@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=cdda7d68-9b1f-4416-90ee-94d66da3c6b6);
@charset "UTF-8";
/* style guide colors */
/* Heading Font Sizes */
/*h4 tag*/
/*h3 tag*/
/*h2 tag*/
/*h1 tag*/
/* Regular Font Sizes */
/*regular font*/
/* viewports and general widths */
/* general gutter widths */
/* Per-Component gutter widths */
/* Biography */
/* Anchor Navigation - used in tiles */
/* used in tiles */
/* angles */
/* Hero Carousel */
/* arrow assets for hybrid table */
/* Button Border Width */
/* Global Header */
/* =====================================================
   General mixins
   ===================================================== */
/*

  Forces visibility of scrollbar when necessary, even when MacOS would hide them

*/
/* ==========================================================================
   MIXINS FOR CREATING DIRECTIONAL PROPERTIES

   For example attributes like padding and margin that accept TRBL values

   Note: this was forked from Bourbon
   ========================================================================== */
/* =====================================================
   Common styles
   ===================================================== */
/* =====================================================
   General mixins
   ===================================================== */
/*

  Forces visibility of scrollbar when necessary, even when MacOS would hide them

*/
/* ==========================================================================
   MIXINS FOR CREATING DIRECTIONAL PROPERTIES

   For example attributes like padding and margin that accept TRBL values

   Note: this was forked from Bourbon
   ========================================================================== */
:where(.calc-scope) .btn, :where(.calc-scope) .btn-large {
  border-radius: 4px;
  background-color: red;
  text-transform: capitalize;
  min-width: 190px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 64px;
  padding-bottom: 4.0625rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  letter-spacing: normal;
  letter-spacing: 1px;
  font-size: .8rem;
  box-shadow: none;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: .35s ease-in-out; }

:where(.calc-scope) .btn, :where(.calc-scope) .btn-large, :where(.calc-scope) .btn--secondary {
  margin-top: 2.5rem; }

:where(.calc-scope) .button:focus, :where(.calc-scope) .btn:focus, :where(.calc-scope) .btn-large:focus {
  background-color: #FF0000; }

:where(.calc-scope) .btn-large:hover, :where(.calc-scope) .btn:hover {
  background-color: #FF0000;
  color: #FFFFFF;
  box-shadow: none; }

:where(.calc-scope) .btn--secondary {
  background-color: #FFFFFF;
  color: #FF0000;
  border: 2px solid #FF0000; }

:where(.calc-scope) .btn--secondary:hover {
  background-color: #FFFFFF;
  color: #FF0000;
  border: 2px solid #FF0000; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) .btn, :where(.calc-scope) .btn-large {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) .btn, :where(.calc-scope) .btn-large {
    width: 100%; } }

:where(.calc-scope) .c-filter__wrapper {
  background-color: #EEEEEE;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem; }

:where(.calc-scope) .c-filter__search-wrapper {
  margin-top: 0; }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .c-filter__search-wrapper {
    margin-top: 1.25rem; } }

:where(.calc-scope) .c-filter__label {
  font-weight: bold;
  color: #000000;
  font-size: .9rem;
  margin-bottom: 0.3125rem; }

:where(.calc-scope) .c-filter__label--left {
  float: left;
  margin-left: 0.625rem;
  margin-top: 0.6875rem; }

:where(.calc-scope) #c-filter__dropdown {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  float: left;
  height: auto;
  max-height: 100vh; }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) #c-filter__dropdown {
    margin-top: 0px;
    margin-left: 0px; } }

:where(.calc-scope) .c-filter__dropdown--inline {
  margin-top: 1.5625rem; }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .c-filter__dropdown--inline {
    margin-top: 0px; } }

:where(.calc-scope) .c-filter__spacer {
  margin-top: 0.9375rem;
  width: 100%;
  clear: both; }

:where(.calc-scope) #c-filter__dropdown .select-wrapper input.select-dropdown {
  background-color: #FFFFFF; }

:where(.calc-scope) #c-filter__dropdown .caret {
  color: #000000;
  line-height: 6px;
  z-index: 9; }

:where(.calc-scope) #c-filter__dropdown .caret:after {
  content: '';
  margin-right: 0.9375rem;
  z-index: 9;
  border: solid #FF0000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg); }

:where(.calc-scope) #c-filter__dropdown .select-dropdown {
  overflow-y: scroll;
  max-height: 420px;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
  margin-bottom: 0px;
  box-sizing: border-box; }

:where(.calc-scope) #c-filter__dropdown .select-dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #000000;
  background-color: #FFFFFF; }

:where(.calc-scope) #c-filter__dropdown .select-dropdown::-webkit-scrollbar {
  width: 4px;
  background-color: #FFFFFF; }

:where(.calc-scope) #c-filter__dropdown .select-dropdown::-webkit-scrollbar-thumb {
  background-color: #EEEEEE; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content.select-dropdown.active {
  border-radius: 0px;
  padding: 0px; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content.select-dropdown li {
  border-bottom: 1px solid #EEEEEE; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content.select-dropdown li span {
  font-size: .9rem;
  color: #000000; }

:where(.calc-scope) #c-filter__dropdown .select-dropdown li.disabled > span {
  color: #808080; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content.select-dropdown li.selected:hover {
  background-color: #000000; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content.select-dropdown li:hover {
  background-color: #000000; }

:where(.calc-scope) #c-filter__dropdown .dropdown-content {
  padding-top: 0px;
  margin-top: 2.5rem; }

:where(.calc-scope) .c-search__icon {
  color: #FF0000;
  line-height: 1.375rem;
  font-size: 20px; }

:where(.calc-scope) .c-search__reset {
  opacity: 0.8;
  font-size: 1.375rem;
  padding: 0.75rem 0.625rem 0.625rem 0.625rem;
  margin-right: -0.9375rem;
  color: #808080; }

html, body {
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  osx-font-smoothing: grayscale;
  min-height: 100vh;
  tap-highlight-color: rgba(0, 0, 0, 0); }

:where(.calc-scope) ::selection {
  color: #FFFFFF;
  background: #0072CE; }

:where(.calc-scope) nav {
  box-shadow: none; }

:where(.calc-scope) svg {
  overflow: visible; }

:where(.calc-scope) img {
  height: auto; }

:where(.calc-scope) mark {
  background: #F8E71C;
  color: #000000; }

:where(.calc-scope) a {
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  color: #0072CE;
  cursor: pointer;
  text-decoration: none; }

:where(.calc-scope) a.unstyle {
  font-family: unset;
  font-size: unset;
  color: unset;
  text-decoration: unset;
  background: unset; }

:where(.calc-scope) a:hover {
  transition: all .2s ease-in-out;
  color: #459AFF; }

:where(.calc-scope) ul li a:hover {
  background-color: rgba(0, 0, 0, 0); }

:where(.calc-scope) .is_stuck {
  z-index: 99;
  transition: .3s ease-out; }

:where(.calc-scope) .row {
  margin-top: 0px;
  margin-bottom: 0px; }

:where(.calc-scope) .wow {
  visibility: hidden; }

:where(.calc-scope) .dropdown-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #fff;
  box-shadow: 0px 21px 76px -38px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #e4e4e4;
  height: auto !important;
  will-change: inherit; }

:where(.calc-scope) .input-field {
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }

:where(.calc-scope) input[type='search'] {
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  appearance: none;
  border-radius: 0; }

:where(.calc-scope) #search::input-placeholder {
  color: #808080; }

:where(.calc-scope) #search::placeholder {
  color: #808080; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) #search::input-placeholder {
    color: rgba(0, 0, 0, 0); }
  :where(.calc-scope) #search::placeholder {
    color: rgba(0, 0, 0, 0); } }

:where(.calc-scope) input:focus::input-placeholder {
  color: transparent; }

:where(.calc-scope) input:focus::placeholder {
  color: transparent; }

:where(.calc-scope) .input-field input[type=search] ~ .material-icons {
  font-size: 21px; }

:where(.calc-scope) .input-field input[type=search] + label {
  left: 2rem; }

:where(.calc-scope) .input-field input#search[type=search] + label {
  left: 2.2rem; }

:where(.calc-scope) .input-field input#search[type=search] + label i {
  color: #FF0000; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) .input-field input#search[type=search] + label {
    left: 1rem; } }

:where(.calc-scope) nav .input-field label.active i {
  color: #FF0000; }

:where(.calc-scope) .input-field__search {
  margin-top: 0; }

:where(.calc-scope) input#search-products {
  text-indent: 40px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #BBBBBB;
  height: 40px;
  padding: 0.625rem 0px 0.625rem 0px;
  height: auto; }

:where(.calc-scope) input#search-products::placeholder {
  color: #000000; }

:where(.calc-scope) input#search-products + label {
  left: .7rem; }

:where(.calc-scope) input#search-products {
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) input#search-products + label {
    line-height: 0.625rem;
    margin-top: -0.625rem; } }

:where(.calc-scope) input#optin {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #FFFFFF;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1.3rem;
  margin: 0 0 1.25rem 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out; }

:where(.calc-scope) input#optin::placeholder {
  color: #FFFFFF;
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) .input-field label i {
    line-height: 2.5rem; } }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .select-wrapper input.select-dropdown {
    height: 43px; } }

:where(.calc-scope) [type='checkbox'].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  z-index: 0; }

:where(.calc-scope) [type='checkbox'].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

/**
 Vertical Rhythm properties
*/
/**
 Type sizes and line-heights
*/
/**
 Function for getting font-size from type-scale
 @param {String} $font-type Name of font type to retrieve (header || content)
 @param {String} $variant Font variant to retrieve (regular, italic, bold, etc)
 TODO: use the values defined above across all components.
*/
/**
 Function for getting font-size from type-scale
 @param {String} $font-size Name of font size to retrieve
*/
/**
 Function for getting font-size from type-scale - in px
 @param {String} $font-size Name of font size to retrieve
*/
/**
 Function for getting line-height from type-scale
 @param {String} $font-size Name of font size to retrieve
*/
/**
 Function for getting line-height from type-scale - in px
 @param {String} $font-size Name of font size to retrieve
*/
/**
 Mixin for setting the font-size and line-height from type-scale
 @param {String} $font-size Name of font size to set
*/
/**
 Mixin for setting the font-size and line-height from type-scale
 @param {String} $font-size Name of font size to set
*/
/**
 Mixin for setting the font styles for a heading element
 @param {String} $font-size Name of font size to set
 @param {String} $variant Optional font style variant (accepts: regular, bold, black)
*/
/**
 Mixin for setting the font styles for a content element
 @param {String} $font-size Name of font size to set
 @param {String} $variant Optional font style variant (accepts: light, medium, bold)
*/
/**
 Mixin for setting the font variant for a content element
 @param {String} $variant Optional font style variant (accepts: light, medium, bold)
*/
:where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title {
  font-size: calc(40px + 16 * ( (100vw - 769px) / 431));
  line-height: calc(42px + 18 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title {
      font-size: 40px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title {
      font-size: 56px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title {
      line-height: 42px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title {
      line-height: 60px; } }

:where(.calc-scope) h2 {
  font-size: calc(24px + 20 * ( (100vw - 769px) / 431));
  line-height: calc(28px + 26 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h2 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h2 {
      font-size: 44px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h2 {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h2 {
      line-height: 54px; } }

:where(.calc-scope) h3 {
  font-size: calc(24px + 8 * ( (100vw - 769px) / 431));
  line-height: calc(28px + 8 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h3 {
      font-size: 32px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h3 {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h3 {
      line-height: 36px; } }

:where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3 {
  font-size: calc(20px + 4 * ( (100vw - 769px) / 431));
  line-height: calc(24px + 6 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3 {
      font-size: 24px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3 {
      line-height: 24px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3 {
      line-height: 30px; } }

:where(.calc-scope) h5 {
  font-size: calc(18px + 2 * ( (100vw - 769px) / 431));
  line-height: calc(24px + 2 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h5 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h5 {
      font-size: 20px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h5 {
      line-height: 24px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h5 {
      line-height: 26px; } }

:where(.calc-scope) h6 {
  font-size: calc(16px + 2 * ( (100vw - 769px) / 431));
  line-height: calc(22px + 2 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h6 {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h6 {
      font-size: 18px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) h6 {
      line-height: 22px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) h6 {
      line-height: 24px; } }

:where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title, :where(.calc-scope) h2, :where(.calc-scope) h3, :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3, :where(.calc-scope) h5, :where(.calc-scope) h6 {
  font-family: Gilroy, "Arial Black", sans-serif;
  font-weight: 700;
  margin: 0; }

:where(.calc-scope) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) p {
      line-height: 30px; } }

.calc-scope:lang(gr) body {
  font-family: "Arial Black"; }

.calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(gr) h2, .calc-scope:lang(gr) h3, .calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(gr) h5, .calc-scope:lang(gr) h6 {
  font-family: "Arial Black";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(gr) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) p {
      line-height: 30px; } }

.calc-scope:lang(gr) a, .calc-scope:lang(gr) a.c-button, .calc-scope:lang(gr) .c-button, .calc-scope:lang(gr) span, .calc-scope:lang(gr) strong, .calc-scope:lang(gr) span.title, .calc-scope:lang(gr) input[type='submit'], .calc-scope:lang(gr) input[type='search'] {
  font-family: "Arial Black" !important; }

.calc-scope:lang(ko) body {
  font-family: "Noto Sans KR"; }

.calc-scope:lang(ko) h1, .calc-scope:lang(ko) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ko) .product-title, .calc-scope:lang(ko) h2, .calc-scope:lang(ko) h3, .calc-scope:lang(ko) h4, .calc-scope:lang(ko) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ko) h3, .calc-scope:lang(ko) h5, .calc-scope:lang(ko) h6 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(ko) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Noto Sans KR";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(ko) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(ko) p {
      line-height: 30px; } }

.calc-scope:lang(ko) a, .calc-scope:lang(ko) a.c-button, .calc-scope:lang(ko) .c-button, .calc-scope:lang(ko) span, .calc-scope:lang(ko) strong, .calc-scope:lang(ko) span.title, .calc-scope:lang(ko) input[type='submit'], .calc-scope:lang(ko) input[type='search'] {
  font-family: "Noto Sans KR" !important; }

.calc-scope:lang(cn) body {
  font-family: "Apple Ligothic Medium", "Microsoft Jheng Hai Bold"; }

.calc-scope:lang(cn) h1, .calc-scope:lang(cn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(cn) .product-title, .calc-scope:lang(cn) h2, .calc-scope:lang(cn) h3, .calc-scope:lang(cn) h4, .calc-scope:lang(cn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(cn) h3, .calc-scope:lang(cn) h5, .calc-scope:lang(cn) h6 {
  font-family: "Apple Ligothic Medium", "Microsoft Jheng Hai Bold";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(cn) p {
  font-size: 18px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Apple Ligothic", "Microsot Jheng Hai";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(cn) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(cn) p {
      line-height: 30px; } }

.calc-scope:lang(cn) a, .calc-scope:lang(cn) a.c-button, .calc-scope:lang(cn) .c-button, .calc-scope:lang(cn) span, .calc-scope:lang(cn) strong, .calc-scope:lang(cn) span.title, .calc-scope:lang(cn) input[type='submit'], .calc-scope:lang(cn) input[type='search'] {
  font-family: "Apple Ligothic Medium", "Microsoft Jheng Hai Bold" !important; }

.calc-scope:lang(zh) body {
  font-family: "Noto Sans CJK SC"; }

.calc-scope:lang(zh) body {
  font-family: "Noto Sans CJK SC"; }

.calc-scope:lang(zh) h1, .calc-scope:lang(zh) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(zh) .product-title, .calc-scope:lang(zh) h2, .calc-scope:lang(zh) h3, .calc-scope:lang(zh) h4, .calc-scope:lang(zh) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(zh) h3, .calc-scope:lang(zh) h5, .calc-scope:lang(zh) h6 {
  font-family: "Noto Sans CJK SC";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(zh) p {
  font-size: 18px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Noto Sans CJK SC";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(zh) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(zh) p {
      line-height: 30px; } }

.calc-scope:lang(zh) a, .calc-scope:lang(zh) a.c-button, .calc-scope:lang(zh) .c-button, .calc-scope:lang(zh) span, .calc-scope:lang(zh) strong, .calc-scope:lang(zh) span.title, .calc-scope:lang(zh) input[type='submit'], .calc-scope:lang(zh) input[type='search'] {
  font-family: "Noto Sans CJK SC" !important; }

.calc-scope:lang(lt) body {
  font-family: "Noto Sans"; }

.calc-scope:lang(lt) body {
  font-family: "Noto Sans"; }

.calc-scope:lang(lt) h1, .calc-scope:lang(lt) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(lt) .product-title, .calc-scope:lang(lt) h2, .calc-scope:lang(lt) h3, .calc-scope:lang(lt) h4, .calc-scope:lang(lt) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(lt) h3, .calc-scope:lang(lt) h5, .calc-scope:lang(lt) h6 {
  font-family: "Noto Sans";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(lt) p {
  font-size: 18px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Noto Sans";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(lt) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(lt) p {
      line-height: 30px; } }

.calc-scope:lang(lt) a, .calc-scope:lang(lt) a.c-button, .calc-scope:lang(lt) .c-button, .calc-scope:lang(lt) span, .calc-scope:lang(lt) strong, .calc-scope:lang(lt) span.title, .calc-scope:lang(lt) input[type='submit'], .calc-scope:lang(lt) input[type='search'] {
  font-family: "Noto Sans" !important; }

.calc-scope:lang(ja) body {
  font-family: "Noto Sans JP"; }

.calc-scope:lang(ja) h1, .calc-scope:lang(ja) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ja) .product-title, .calc-scope:lang(ja) h2, .calc-scope:lang(ja) h3, .calc-scope:lang(ja) h4, .calc-scope:lang(ja) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ja) h3, .calc-scope:lang(ja) h5, .calc-scope:lang(ja) h6 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(ja) .det16-rich-text-field h1, .calc-scope:lang(ja) .det16-rich-text-field .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ja) .det16-rich-text-field .product-title, .calc-scope:lang(ja) .det16-rich-text-field h2, .calc-scope:lang(ja) .det16-rich-text-field h3, .calc-scope:lang(ja) .det16-rich-text-field h4, .calc-scope:lang(ja) .det16-rich-text-field .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ja) .det16-rich-text-field h3, .calc-scope:lang(ja) .det16-rich-text-field h5, .calc-scope:lang(ja) .det16-rich-text-field h6 {
  margin: 0 0 1em; }

.calc-scope:lang(ja) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Noto Sans JP";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(ja) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(ja) p {
      line-height: 30px; } }

.calc-scope:lang(ja) a, .calc-scope:lang(ja) a.c-button, .calc-scope:lang(ja) .c-button, .calc-scope:lang(ja) span, .calc-scope:lang(ja) strong, .calc-scope:lang(ja) span.title, .calc-scope:lang(ja) input[type='submit'], .calc-scope:lang(ja) input[type='search'] {
  font-family: "Noto Sans JP" !important; }

.calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title, .calc-scope:lang(vn) h2, .calc-scope:lang(vn) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3, .calc-scope:lang(vn) h5, .calc-scope:lang(vn) h6 {
  font-family: "Noto Sans";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(vn) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Noto Sans";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(vn) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(vn) p {
      line-height: 30px; } }

.calc-scope:lang(vn) a, .calc-scope:lang(vn) a.c-button, .calc-scope:lang(vn) .c-button, .calc-scope:lang(vn) span, .calc-scope:lang(vn) strong, .calc-scope:lang(vn) span.title, .calc-scope:lang(vn) input[type='submit'], .calc-scope:lang(vn) input[type='search'] {
  font-family: "Noto Sans" !important; }

.calc-scope:lang(th) h1, .calc-scope:lang(th) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(th) .product-title, .calc-scope:lang(th) h2, .calc-scope:lang(th) h3, .calc-scope:lang(th) h4, .calc-scope:lang(th) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(th) h3, .calc-scope:lang(th) h5, .calc-scope:lang(th) h6 {
  font-family: "Kanit";
  font-weight: 700;
  margin: 0; }

.calc-scope:lang(th) p {
  font-size: 16px;
  line-height: calc(28px + 2 * ( (100vw - 769px) / 431));
  font-family: "Kanit";
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(th) p {
      line-height: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(th) p {
      line-height: 30px; } }

.calc-scope:lang(th) a, .calc-scope:lang(th) a.c-button, .calc-scope:lang(th) .c-button, .calc-scope:lang(th) span, .calc-scope:lang(th) strong, .calc-scope:lang(th) span.title, .calc-scope:lang(th) input[type='submit'], .calc-scope:lang(th) input[type='search'] {
  font-family: "Kanit" !important; }

/* CSS BUCKETS IMPLEMENTATION
CSS 2 – Cyrillic Characters Plus:  Cyrillic characters, and the characters for Vietnamese, are wider than traditional Latin-based characters.  That means that we either need to tell the content authors to use less characters or we have to find a way to make more characters fit in the same amount of space.  There is concern that the content authors will not be able to convey the intended message if we limit the character count.  Thus, the current recommendation is to shrink the font size and line spacing by 10% so that the character count will be the same as it is for Latin-Characters.
SS 3 – Decorative Characters:  This includes Japanese, Chinese, and Korean.  The accepted default font size for these characters is at minimum 14pt (instead of the Latin Character 12pt) due to the intricacies of the characters.  The author will also use significantly less characters to say what they need to say, so it makes sense to have them be larger.  This is not just for aesthetics, but also for readability.

*/
.calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(ru) h1, .calc-scope:lang(ru) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ru) .product-title, .calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title {
  font-size: calc(36px + 14 * ( (100vw - 769px) / 431));
  line-height: calc(36px + 9 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(ru) h1, .calc-scope:lang(ru) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ru) .product-title, .calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title {
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(ru) h1, .calc-scope:lang(ru) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ru) .product-title, .calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title {
      font-size: 50px; } }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(ru) h1, .calc-scope:lang(ru) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ru) .product-title, .calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title {
      line-height: 36px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h1, .calc-scope:lang(gr) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(gr) .product-title, .calc-scope:lang(ru) h1, .calc-scope:lang(ru) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(ru) .product-title, .calc-scope:lang(vn) h1, .calc-scope:lang(vn) .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content html:lang(vn) .product-title {
      line-height: 45px; } }

.calc-scope:lang(gr) h2, .calc-scope:lang(ru) h2, .calc-scope:lang(vn) h2 {
  font-size: calc(28px + 12 * ( (100vw - 769px) / 431));
  line-height: calc(35px + 14 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h2, .calc-scope:lang(ru) h2, .calc-scope:lang(vn) h2 {
      font-size: 28px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h2, .calc-scope:lang(ru) h2, .calc-scope:lang(vn) h2 {
      font-size: 40px; } }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h2, .calc-scope:lang(ru) h2, .calc-scope:lang(vn) h2 {
      line-height: 35px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h2, .calc-scope:lang(ru) h2, .calc-scope:lang(vn) h2 {
      line-height: 49px; } }

.calc-scope:lang(gr) h3, .calc-scope:lang(ru) h3, .calc-scope:lang(vn) h3 {
  font-size: calc(22px + 7 * ( (100vw - 769px) / 431));
  line-height: calc(26px + 6 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h3, .calc-scope:lang(ru) h3, .calc-scope:lang(vn) h3 {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h3, .calc-scope:lang(ru) h3, .calc-scope:lang(vn) h3 {
      font-size: 29px; } }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h3, .calc-scope:lang(ru) h3, .calc-scope:lang(vn) h3 {
      line-height: 26px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h3, .calc-scope:lang(ru) h3, .calc-scope:lang(vn) h3 {
      line-height: 32px; } }

.calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(ru) h4, .calc-scope:lang(ru) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ru) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3 {
  font-size: calc(18px + 2 * ( (100vw - 769px) / 431));
  line-height: calc(22px + 4 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(ru) h4, .calc-scope:lang(ru) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ru) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(ru) h4, .calc-scope:lang(ru) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ru) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3 {
      font-size: 20px; } }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(ru) h4, .calc-scope:lang(ru) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ru) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3 {
      line-height: 22px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h4, .calc-scope:lang(gr) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(gr) h3, .calc-scope:lang(ru) h4, .calc-scope:lang(ru) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(ru) h3, .calc-scope:lang(vn) h4, .calc-scope:lang(vn) .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section html:lang(vn) h3 {
      line-height: 26px; } }

.calc-scope:lang(gr) h5, .calc-scope:lang(ru) h5, .calc-scope:lang(vn) h5 {
  font-size: calc(16px + 2 * ( (100vw - 769px) / 431));
  line-height: calc(24px + -4 * ( (100vw - 769px) / 431)); }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h5, .calc-scope:lang(ru) h5, .calc-scope:lang(vn) h5 {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h5, .calc-scope:lang(ru) h5, .calc-scope:lang(vn) h5 {
      font-size: 18px; } }
  @media screen and (max-width: 769px) {
    .calc-scope:lang(gr) h5, .calc-scope:lang(ru) h5, .calc-scope:lang(vn) h5 {
      line-height: 24px; } }
  @media screen and (min-width: 1200px) {
    .calc-scope:lang(gr) h5, .calc-scope:lang(ru) h5, .calc-scope:lang(vn) h5 {
      line-height: 20px; } }

:where(.calc-scope) .band {
  padding: 100px;
  padding: 100px 10vw;
  /* A white band followed by a white band should have a top border */ }
  @media print {
    :where(.calc-scope) .band {
      padding: 2.5rem 0; } }
  :where(.calc-scope) .band.no-top {
    padding-top: 0; }
  :where(.calc-scope) .band.no-bottom {
    padding-bottom: 0; }
  :where(.calc-scope) .band.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  :where(.calc-scope) .band.white {
    background: #FFFFFF;
    color: #000000; }
  :where(.calc-scope) .band.white + .band.white {
    border-top: 1px solid #A9B3BD; }
  :where(.calc-scope) .band.negative {
    background: #000000;
    color: #FFFFFF; }
  :where(.calc-scope) .band.negative + band.negative {
    border-top: 1px solid #A9B3BD; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .band {
      padding-left: 5vw;
      padding-right: 5vw;
      padding-top: 50px;
      padding-bottom: 50px; } }
  :where(.calc-scope) .band .band-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0; }
    @media print {
      :where(.calc-scope) .band .band-content {
        max-width: none;
        page-break-before: avoid; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .band .band-content {
        max-width: 90vw; } }

/* ==========================================================================
   BOX SHADOW

   Box shadow definitions, function and mixins
   ========================================================================== */
/**
 Box shadow types
*/
/**
 Getter for retrieving a box shadow type
 @param {String} $color-name Name of color to retrieve color for box-shadow
*/
/**
 Mixin for creating a box shadow
*/
/* =====================================================
   Disabled elements
   w3c.github.io/html/disabled-elements.html
   ===================================================== */
/**
 * Use default cursor for disabled elements.
 */
:where(.calc-scope) [disabled] {
  cursor: default;
  opacity: 0.75; }

/**
 * Add the correct display in IE 10-.
 */
:where(.calc-scope) [hidden] {
  display: none; }

/* =====================================================
   Embedded content
   w3c.github.io/html/semantics-embedded-content.html
   ===================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
:where(.calc-scope) img {
  border: 0; }

/**
 * Hide the overflow in IE.
 */
/* svg:not(:root) {
  display: block;
  overflow: hidden;
  fill: currentColor;
} */
/**
 * Correct `inline-block` display not defined in IE 8/9
 */
:where(.calc-scope) audio, :where(.calc-scope) canvas, :where(.calc-scope) video {
  display: inline-block; }

@font-face {
  font-family: "gilroy";
  src: url(toplib/resources/fonts/gilroy-extrabold-webfont.woff2) format("woff2"), url(toplib/resources/fonts/gilroy-extrabold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-display: swap; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
/* Neue Helvetica Light */
@font-face {
  font-family: "Neue Helvetica";
  src: url(toplib/resources/fonts/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix);
  src: url(toplib/resources/fonts/cbd2d238-27b7-4a2a-86f0-e3aa7eed84d7.eot?#iefix) format("eot"), url(toplib/resources/fonts/f20b86ad-a3dc-4459-92b7-456b456d015a.woff2) format("woff2"), url(toplib/resources/fonts/ca003289-5ee3-45c2-94ad-36c743c35fc1.woff) format("woff"), url(toplib/resources/fonts/7b96672b-19aa-43a4-99af-e572f0fb14e4.ttf) format("truetype"), url(toplib/resources/vectors/935314ed-e71e-4128-a648-d81beb5bb29b.svg) format("svg");
  font-weight: 300;
  font-style: normal; }

/* Neue Helvetica Medium */
@font-face {
  font-family: "Neue Helvetica";
  src: url(toplib/resources/fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix);
  src: url(toplib/resources/fonts/5640036d-d549-4f16-b31e-87da78d9e832.eot?#iefix) format("eot"), url(toplib/resources/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2) format("woff2"), url(toplib/resources/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff) format("woff"), url(toplib/resources/fonts/14d824a2-2a5c-4692-8e30-74f6e177b675.ttf) format("truetype"), url(toplib/resources/vectors/b93e09c8-3c3e-4ecd-892a-7d6492783713.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Neue Helvetica Heavy */
@font-face {
  font-family: "Neue Helvetica";
  src: url(toplib/resources/fonts/80e123ee-1929-41ec-bf6a-77f92f0d53fe.eot?#iefix);
  src: url(toplib/resources/fonts/80e123ee-1929-41ec-bf6a-77f92f0d53fe.eot?#iefix) format("eot"), url(toplib/resources/fonts/7e42a406-9133-48c0-a705-4264ac520b43.woff2) format("woff2"), url(toplib/resources/fonts/837750e9-3227-455d-a04e-dc76764aefcf.woff) format("woff"), url(toplib/resources/fonts/cbb49e47-093c-4029-b64c-b5ee08064205.ttf) format("truetype"), url(toplib/resources/vectors/f3620abc-36a0-4bc3-a2d6-bf786262b7e9.svg) format("svg");
  font-weight: 700;
  font-style: normal; }

/* Simplified Chinese Google font Regular*/
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url(toplib/resources/fonts/NotoSansCJKsc-Regular-Alphabetic.woff2) format("woff2"), url(toplib/resources/fonts/NotoSansCJKsc-Regular-Alphabetic.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* Simplified Chinese Google font Bold*/
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url(toplib/resources/fonts/NotoSansCJKsc-Bold-Alphabetic.woff2) format("woff2"), url(toplib/resources/fonts/NotoSansCJKsc-Bold-Alphabetic.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

/* Noto Sans Google font Regular*/
@font-face {
  font-family: "Noto Sans";
  src: url(toplib/resources/fonts/NotoSans.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* Noto Sans Google font Bold*/
@font-face {
  font-family: "Noto Sans";
  src: url(toplib/resources/fonts/NotoSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

/* =====================================================
   Forms
   w3c.github.io/html/sec-forms.html
   ===================================================== */
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Change text/font properties to `inherit` in all browsers (opinionated).
 */
:where(.calc-scope) button, :where(.calc-scope) input, :where(.calc-scope) optgroup, :where(.calc-scope) select, :where(.calc-scope) textarea {
  margin: 0;
  /* 1 */
  font: inherit;
  /* 2 */
  text-transform: inherit;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
:where(.calc-scope) textarea {
  overflow: auto; }

/**
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 * 3. Ensure inputs inherit text colour of parent element
 */
:where(.calc-scope) button, :where(.calc-scope) input, :where(.calc-scope) select {
  /* 2 */
  overflow: visible;
  color: inherit;
  /* 3 */ }

/* Placeholder Styles */
:where(.calc-scope) ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676;
  font-family: map(fonts, family-sans); }

:where(.calc-scope) ::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
  font-family: map(fonts, family-sans); }

:where(.calc-scope) :-ms-input-placeholder {
  /* IE 10+ */
  color: #767676;
  font-family: map(fonts, family-sans); }

:where(.calc-scope) :-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
  font-family: map(fonts, family-sans); }

:where(.calc-scope) input:focus, :where(.calc-scope) textarea:focus {
  transition: 0.35s ease; }
  :where(.calc-scope) input:focus::-webkit-input-placeholder, :where(.calc-scope) textarea:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0; }
  :where(.calc-scope) input:focus::-moz-placeholder, :where(.calc-scope) textarea:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0; }
  :where(.calc-scope) input:focus:-ms-placeholder, :where(.calc-scope) textarea:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0; }

/**
 * Change the cursor in all browsers (opinionated).
 */
:where(.calc-scope) button, :where(.calc-scope) [type=submit], :where(.calc-scope) label {
  cursor: pointer; }

/**
 * 1. Correct the inability to style clickable types in iOS.
 * 2. Remove default styling (opinionated).
 */
:where(.calc-scope) button, :where(.calc-scope) [type=reset], :where(.calc-scope) [type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background: none;
  /* 2 */
  border: 0;
  /* 2 */
  padding: 0;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
:where(.calc-scope) button::-moz-focus-inner, :where(.calc-scope) [type=button]::-moz-focus-inner, :where(.calc-scope) [type=reset]::-moz-focus-inner, :where(.calc-scope) [type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
:where(.calc-scope) button::-moz-focus-inner, :where(.calc-scope) [type=button]::-moz-focus-inner, :where(.calc-scope) [type=reset]::-moz-focus-inner, :where(.calc-scope) [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
 * https://thatemil.com/blog/2015/01/03/reset-your-fieldset/
 * 1. Reset minimum width based on content inside fieldset in
 *    WebKit/Blink/Firefox
 * 2. Adjust display mode to ensure 1 works in Firefox
 * 3. Remove default margin and border
 * 4. Fix margin-collapsing behavior coupled with rendering of legend element
 */
:where(.calc-scope) fieldset {
  min-width: 0;
  /* 1 */
  margin: 0;
  /* 3 */
  border: 0;
  /* 3 */
  padding: 0.01em 0 0;
  /* 4 */ }
  .calc-scope:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
    /* 2 */ }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
:where(.calc-scope) legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
:where(.calc-scope) [type=checkbox], :where(.calc-scope) [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* =====================================================
   Grouping content
   w3c.github.io/html/grouping-content.html
   ===================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
:where(.calc-scope) hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0; }

:where(.calc-scope) p, :where(.calc-scope) pre, :where(.calc-scope) blockquote, :where(.calc-scope) ul, :where(.calc-scope) ol, :where(.calc-scope) dl, :where(.calc-scope) figure {
  margin: 0; }

:where(.calc-scope) pre {
  overflow: auto;
  white-space: pre;
  hyphens: none;
  tab-size: 2; }

/**
 * Add the correct display in IE 9-.
 */
:where(.calc-scope) figure, :where(.calc-scope) figcaption {
  display: block; }

/**
 * Default to ’bare’ lists (opinionated).
 */
:where(.calc-scope) ol, :where(.calc-scope) ul {
  padding: 0;
  list-style: none; }

/**
 * Default to no indenting on defintion data (opinionated).
 */
:where(.calc-scope) dd {
  margin: 0; }

:where(.calc-scope) main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  :where(.calc-scope) main section, :where(.calc-scope) main > div {
    width: 60%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) main section, :where(.calc-scope) main > div {
        width: 100%; } }
  :where(.calc-scope) main .sidebar {
    width: calc(40% - 104px); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) main .sidebar {
        width: 100%; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) main {
      flex-direction: column; } }
  :where(.calc-scope) main.reverse section, :where(.calc-scope) main.reverse > div {
    order: 2; }
  :where(.calc-scope) main.reverse .sidebar {
    order: 1; }

@media print {
  /*****COMMON CSS PRINT*****/
  :where(.calc-scope) img, :where(.calc-scope) .carousel-hero {
    display: none !important; }
  :where(.calc-scope) .logo img {
    display: block !important; }
  :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title, :where(.calc-scope) h2, :where(.calc-scope) h3, :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3, :where(.calc-scope) h5 {
    margin: 10px 0 !important; }
  :where(.calc-scope) h1, :where(.calc-scope) .hro03-product-header .band-content .product-title, :where(.calc-scope) h2, :where(.calc-scope) h3, :where(.calc-scope) h4, :where(.calc-scope) .inner-nav-wrapper .sections section h3, :where(.calc-scope) h5, :where(.calc-scope) p, :where(.calc-scope) span, :where(.calc-scope) ul, :where(.calc-scope) li, :where(.calc-scope) a {
    color: #000 !important;
    padding: 0;
    text-shadow: none !important; }
  /*****HOME PAGE CSS PRINT*****/
  :where(.calc-scope) div.band.con02-cards-3-column .cards {
    padding: 10px 0 !important;
    margin: 24px 0 !important;
    display: block !important;
    overflow: hidden;
    grid-template: none !important;
    grid-template-rows: none !important;
    height: auto !important; }
  :where(.calc-scope) .det09-card-cta, :where(.calc-scope) .det09-card-cta:after, :where(.calc-scope) .det09-card-cta a:hover {
    background: transparent !important;
    width: 100% !important;
    display: block !important;
    height: 60px !important;
    margin-top: 16px !important; }
  :where(.calc-scope) .det02-card-primary-content .text {
    height: auto !important;
    padding: 0 !important; }
  :where(.calc-scope) .det02-card-primary-content .text p {
    height: auto !important;
    min-height: auto !important; }
  :where(.calc-scope) .det09-card-cta {
    background: transparent !important; }
  :where(.calc-scope) .det09-card-cta a:hover, :where(.calc-scope) .det09-card-cta:after {
    background: transparent !important; }
  :where(.calc-scope) .det09-card-cta h3 {
    left: 0 !important;
    max-width: 100% !important; }
  :where(.calc-scope) .band {
    padding: 0 !important; }
  :where(.calc-scope) footer.band {
    padding: 0 !important; }
  :where(.calc-scope) .nav03-feature-link-list section:last-child a, :where(.calc-scope) .band.white + .band.white {
    border: none !important; }
  :where(.calc-scope) .nav03-feature-link-list section:last-child a {
    padding: 5px 0 !important; }
  :where(.calc-scope) .det25-card-feature .text {
    padding: 10px 0 0 0 !important; }
  :where(.calc-scope) .det25-card-feature .text a {
    display: none !important; }
  :where(.calc-scope) .det25-card-feature .text p {
    margin: 0 !important; }
  /*****OUR HISTORY PAGE CSS PRINT*****/
  :where(.calc-scope) .timelineCard:nth-child(odd) .company {
    right: -55px !important;
    background: none !important;
    left: 250px !important; }
  :where(.calc-scope) .timelineCard .company {
    background: none !important;
    left: -55px !important;
    right: 0 !important; }
  :where(.calc-scope) .timelineCard .company:before {
    display: none !important; }
  :where(.calc-scope) .con11-timeline .items h2 {
    margin-right: -15px !important;
    display: block; }
  :where(.calc-scope) .atm01-header-v1__wrapper {
    margin: 0;
    display: block;
    max-width: 100%; }
  :where(.calc-scope) .con11-timeline .items h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    height: auto !important;
    margin: 10px -32px 0 0 !important; }
  /*****OUR INNOVATION PAGE CSS PRINT*****/
  :where(.calc-scope) .hro02-hero-level-2 picture, :where(.calc-scope) .str01-text-on-image .band-content .c-button, :where(.calc-scope) .det01-accordion-list .item .item-content .read-more {
    display: none !important; }
  :where(.calc-scope) .hro02-hero-level-2 {
    height: auto !important; }
  :where(.calc-scope) .str01-text-on-image {
    height: auto !important;
    padding: 10px 0 !important; }
  :where(.calc-scope) .str06-feature-2-column .band-content .text .heading {
    width: 100% !important;
    border: none !important; }
  :where(.calc-scope) .det01-accordion-list.thumbnails .item {
    padding: 0 !important;
    min-height: auto !important;
    margin: 10px 0 !important; }
  :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child {
    display: block !important; }
  :where(.calc-scope) .str06-feature-2-column .band-content .text > div, :where(.calc-scope) .str06-feature-2-column .band-content .text > p, :where(.calc-scope) .str06-feature-2-column .band-content {
    padding: 0 !important; }
  :where(.calc-scope) .con04-container-feature .cards {
    margin: 0 !important; }
  :where(.calc-scope) .det02-card-primary-content .text a {
    display: none !important; }
  /*****OUR MERGER PAGE CSS PRINT*****/
  :where(.calc-scope) .str06-feature-2-column .band-content {
    display: block !important; }
  :where(.calc-scope) .str06-feature-2-column .band-content picture {
    display: none !important; }
  :where(.calc-scope) .det01-accordion-list .item.active .item-content, :where(.calc-scope) .det01-accordion-list .item .item-content {
    height: auto !important; }
  :where(.calc-scope) .det01-accordion-list .item {
    padding: 10px 0 !important;
    display: block !important;
    margin: 10px 0 !important; }
  :where(.calc-scope) .det01-accordion-list .item:last-child {
    border-bottom: 1px solid #a9b3bd !important; }
  :where(.calc-scope) .c-hro01 .band-content p {
    padding: 0 !important;
    margin: 0 !important; }
  /*****OUR MISSION PAGE CSS PRINT*****/
  :where(.calc-scope) .det05-tile-impact {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    height: 80px !important;
    background: none !important; }
  :where(.calc-scope) .det06-tile-impact-expanded picture {
    display: none !important; }
  :where(.calc-scope) .det06-tile-impact-expanded .title {
    position: relative !important;
    display: block !important;
    left: auto !important;
    width: 100% !important; }
  :where(.calc-scope) .det05-tile-impact .label {
    display: none !important; }
  :where(.calc-scope) .det05-tile-impact .title {
    padding: 0 !important; }
  /*****PDP PAGE CSS PRINT*****/
  :where(.calc-scope) .hro03-product-header .panel picture, :where(.calc-scope) .det3-crop-list .det01-accordion-list.blue .item:before, :where(.calc-scope) .det3-crop-list .det01-accordion-list.orange .item:before, :where(.calc-scope) .det3-crop-list .det01-accordion-list.green .item:before {
    display: none !important; }
  :where(.calc-scope) .hro03-product-header .band-content {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
  :where(.calc-scope) main .sidebar {
    display: none !important; }
  :where(.calc-scope) .hro03-product-header .band-content .product-logo, :where(.calc-scope) .det32-product-intro .c-button {
    display: none !important; }
  :where(.calc-scope) .hro03-product-header {
    align-items: normal !important; }
  /*****PRIVACY PAGE CSS PRINT*****/
  :where(.calc-scope) .inner-nav-wrapper .nav-wrapper {
    display: none !important; }
  :where(.calc-scope) .inner-nav-wrapper .sections {
    width: 100% !important;
    display: block !important;
    margin: 0 !important; }
  /*****PRODUCTS SERVICES PAGE CSS PRINT*****/
  :where(.calc-scope) .str06-feature-2-column .band-content .text .c-button {
    display: none !important; }
  :where(.calc-scope) .det-10-brand-logo {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  /*****SEARCH PAGE CSS PRINT*****/
  :where(.calc-scope) .c-con06-pagination__wrapper .pagination {
    display: none !important; }
  /*****EXEC BIO PAGE CSS PRINT*****/
  :where(.calc-scope) .con04-container-feature .c-button {
    display: none !important; }
  /*****MEDIA CENTER PAGE CSS PRINT*****/
  :where(.calc-scope) .con18-article-feed .c-button {
    display: none !important; }
  :where(.calc-scope) .nav04-header-tabs nav a.active, :where(.calc-scope) .det15-card-bio {
    border-bottom-color: #000 !important; } }

/* =====================================================
   Sections
   w3c.github.io/html/sections.html
   ===================================================== */
/**
 * 1. Prevent adjustment of font size on orientation change.
 */
html {
  box-sizing: border-box;
  height: 100%;
  text-size-adjust: 100%;
  /* 1 */
  position: relative; }

:where(.calc-scope) *, :where(.calc-scope) *::before, :where(.calc-scope) *::after {
  box-sizing: inherit; }

/* *:focus {
  outline: 2px solid $color-focus;
} */
body {
  margin: 0;
  height: auto;
  background-color: #FFFFFF;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #000000; }

/**
 * Add the correct display in IE 9-.
 */
:where(.calc-scope) article, :where(.calc-scope) aside, :where(.calc-scope) footer, :where(.calc-scope) header, :where(.calc-scope) main, :where(.calc-scope) nav, :where(.calc-scope) section {
  display: block; }

/* ==========================================================================
   SPACING

   Spacing definitions, function and mixins for creating a margins and padding
   ========================================================================== */
/**
 Getter for retrieving a spacing size in rem
 @param {String} $size Name of spacing size to retrieve from spacing scale
*/
/**
 Getter for retrieving a spacing size in px
 @param {String} $size Name of spacing size to retrieve from spacing scale
*/
/**
 Getter for retrieving a spacing size
 @param {String} $sizes A list of sizes to retrieve spacing from the spacing scale for
 Accepts values in the Top Right Bottom Left format
*/
/* ==========================================================================
   Mixins for creating margins

   Each mixin accepts the same format that the vanilla property excepts

   For example:

   @include margin-top($size);

   @include margin($size $size $size $size); (for top right bottom left)
   ========================================================================== */
/* ==========================================================================
   Mixins for creating padding

   Each mixin accepts the same format that the vanilla property excepts

   For example:

   @include padding-top($size);

   @include padding($size $size $size $size); (for top right bottom left)
   ========================================================================== */
/* ==========================================================================
   SUSY GRID SETTINGS
   ========================================================================== */
/**
 Default grid settings
 6 column grid used as the mobile first grid
*/
/**
 Large grid settings
 12 column grid used as the desktop grid
*/
/* ==========================================================================
   TEMP FOR DEV DEBUGGING
   ========================================================================== */
:where(.calc-scope) head {
  z-index: 10000 !important; }

/* =====================================================
   Tablular data
   w3c.github.io/html/tabular-data.html
   ===================================================== */
:where(.calc-scope) table {
  border-collapse: collapse;
  border-spacing: 0;
  font-variant-numeric: tabular-nums; }

:where(.calc-scope) td, :where(.calc-scope) th {
  text-align: left;
  vertical-align: top; }

/* =====================================================
   Text-level semantics
   w3c.github.io/html/textlevel-semantics.html
   ===================================================== */
/**
* 1. Remove grey background on active links in IE 10.
*/
:where(.calc-scope) a {
  background-color: transparent;
  /* 1 */
  text-decoration-skip: ink;
  color: #0072CE; }

/**
* 1. Improve readability when focused and also mouse hovered in all browsers
*/
:where(.calc-scope) a:active, :where(.calc-scope) a:hover {
  color: #0072CE;
  text-decoration: none;
  outline: 0;
  /* 1 */ }

:where(.calc-scope) a:active {
  color: #0072CE;
  text-decoration: none; }

/* Add the correct font size in all browsers */
:where(.calc-scope) small {
  font-size: 100%; }

:where(.calc-scope) abbr[title] {
  text-decoration: underline dotted rgba(0, 0, 0, 0.33); }
  :where(.calc-scope) abbr[title]:hover {
    cursor: help; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(.calc-scope) code, :where(.calc-scope) samp {
  font-family: map(fonts, family-monospace);
  /* 1 */
  font-size: 0.875em;
  /* 2 */ }

:where(.calc-scope) kbd {
  font-family: map(fonts, family-system); }

/**
 * Prevent `sub` and `sup` elements from affecting line height in all browsers.
 */
:where(.calc-scope) sub, :where(.calc-scope) sup {
  font-size: 73%;
  line-height: 0;
  position: relative; }

:where(.calc-scope) sub {
  vertical-align: sub; }

:where(.calc-scope) .bold {
  font-weight: bold; }

:where(.calc-scope) sup {
  vertical-align: super;
  top: 3px; }

/**
 * Address styling not present in IE 8/9
 */
:where(.calc-scope) mark {
  background: #ffc; }

/* ==========================================================================
   Z-INDEX DEFINITIONS

   z-index map, function and mixin for element z-index values. This is intended
   to simplify defining z-index values directly within a class definition.
   ========================================================================== */
/**
 Getter for retrieving a z-index value for an element
 @param {String} $element Name of element for retrieve from $z-index-elements map
*/
/**
 Mixin for setting a z-index value for an element
 @param {String} $element Name of element for retrieve from $z-index-elements map and set value as
*/
:where(.calc-scope) .atm01-header-v1__wrapper {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 2.4375rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .atm01-header-v1__wrapper {
      margin-bottom: 1.125rem; } }
  @media print {
    :where(.calc-scope) .atm01-header-v1__wrapper {
      margin: 0; } }
  :where(.calc-scope) .atm01-header-v1__wrapper a {
    color: #000000; }
  :where(.calc-scope) .atm01-header-v1__wrapper h2 {
    font-family: Gilroy, "Arial Black", sans-serif;
    font-weight: 700; }
    @media print {
      :where(.calc-scope) .atm01-header-v1__wrapper h2 {
        color: #000000;
        text-align: left; } }
  :where(.calc-scope) .atm01-header-v1__wrapper p {
    font-size: 20px;
    line-height: 2rem;
    -webkit-font-smoothing: subpixel-antialiased; }
  :where(.calc-scope) .atm01-header-v1__wrapper.white h2, :where(.calc-scope) .atm01-header-v1__wrapper.white p {
    color: #FFFFFF; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .atm01-header-v1__wrapper h2 {
      font-size: 24px;
      line-height: 1.75rem; } }

:where(.calc-scope) .tilesContainer .atm01-header-v1__wrapper {
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .tilesContainer .atm01-header-v1__wrapper {
      margin-bottom: 0; } }

:where(.calc-scope) .atm01-header-v1__wrapper p {
  width: 80%;
  margin: 11px auto 0; }
  @media print {
    :where(.calc-scope) .atm01-header-v1__wrapper p {
      color: #000000;
      text-align: left;
      margin: 0;
      width: 100%; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .atm01-header-v1__wrapper p {
      font-size: 16px;
      line-height: 1.375rem;
      width: 100%; } }

:where(.calc-scope) a.c-button, :where(.calc-scope) .c-button {
  background: #0072CE;
  color: #FFFFFF;
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 1.3125rem 2.375rem;
  border-radius: 3px;
  line-height: 1.125rem;
  display: inline-block;
  border: 2px solid #0072CE;
  appearance: button; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) a.c-button, :where(.calc-scope) .c-button {
      font-size: 12px;
      padding: 1rem 2.375rem; } }
  :where(.calc-scope) a.c-button:hover, :where(.calc-scope) .c-button:hover {
    background: #459AFF;
    border-color: #459AFF; }
  :where(.calc-scope) a.c-button.invert, :where(.calc-scope) .c-button.invert {
    background: #FFFFFF;
    color: #0072CE; }
  :where(.calc-scope) a.c-button.secondary, :where(.calc-scope) .c-button.secondary {
    padding: 1.1875rem 2.375rem;
    background: transparent;
    border: 2px solid #0072CE;
    color: #0072CE; }
    :where(.calc-scope) a.c-button.secondary:hover, :where(.calc-scope) .c-button.secondary:hover {
      color: #459AFF; }
    :where(.calc-scope) a.c-button.secondary.invert, :where(.calc-scope) .c-button.secondary.invert {
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) a.c-button.secondary, :where(.calc-scope) .c-button.secondary {
        padding: 0.875rem 2.375rem; } }
  :where(.calc-scope) a.c-button.extra-padding, :where(.calc-scope) .c-button.extra-padding {
    margin-top: 0.75rem;
    margin-bottom: 2rem; }

:where(.calc-scope) a.c-button {
  appearance: none; }

:where(.calc-scope) .con06-label-finder .sidebar form .c-button {
  padding: 1.3125rem 2.375rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder .sidebar form .c-button {
      font-size: 12px;
      padding: 1rem 2.375rem; } }
  :where(.calc-scope) .con06-label-finder .sidebar form .c-button.secondary {
    padding: 1.1875rem 2.375rem; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder .sidebar form .c-button.secondary {
        padding: 0.875rem 2.375rem; } }

@media print {
  body {
    -webkit-print-color-adjust: exact; } }

:where(.calc-scope) select.form-dropdown, :where(.calc-scope) select.form-dropdown-filter {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  padding: 0.75rem 1.875rem 0.75rem 1.5rem;
  background: #FFFFFF;
  color: #0072CE;
  box-shadow: none;
  position: relative;
  font-size: 14px;
  min-height: 2.875rem;
  /* Re-style Chosen.js dropdowns */ }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) select.form-dropdown, :where(.calc-scope) select.form-dropdown-filter {
      background: #FFFFFF url(toplib/resources/vectors/carot-down.svg) right 1.125rem center no-repeat; } }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) select.form-dropdown, :where(.calc-scope) select.form-dropdown-filter {
      font-weight: bold;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      background: #FFFFFF url(toplib/resources/vectors/carot-down.svg) right 1.125rem center no-repeat; } }
  :where(.calc-scope) select.form-dropdown option, :where(.calc-scope) select.form-dropdown-filter option {
    font-size: 14px; }
  :where(.calc-scope) select.form-dropdown:focus, :where(.calc-scope) select.form-dropdown-filter:focus {
    outline: 2px solid #0072CE; }
  :where(.calc-scope) select.form-dropdown + label, :where(.calc-scope) select.form-dropdown-filter + label {
    display: none; }
  :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-single, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-single {
    height: 3.125rem;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    width: 100%;
    padding: 0.75rem 1.875rem 0.75rem 1.25rem;
    color: #0072CE;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.625rem;
    box-shadow: none; }
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-single:after, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-single:after {
      content: "";
      height: 10px;
      width: 6px;
      background: transparent url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: center center;
      transition: transform 150ms ease-in; }
  :where(.calc-scope) select.form-dropdown ~ .chosen-container-single-nosearch.focus-within, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container-single-nosearch.focus-within {
    outline: auto 5px Highlight;
    outline: auto 5px -webkit-focus-ring-color; }
  :where(.calc-scope) select.form-dropdown ~ .chosen-with-drop .chosen-single:after, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-with-drop .chosen-single:after {
    transform: translateY(-50%) rotate(-90deg); }
  :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results li, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li {
    padding: 1.25rem;
    min-height: 3.75rem;
    font-size: 14px;
    color: #000000;
    width: 100%;
    transition: background 200ms ease-out;
    color: #000000;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 1px; }
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results li:first-child, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li:first-child {
      border-top: 1px solid #AAAAAA; }
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results li:hover, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li:hover {
      font-weight: bold; }
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results li.highlighted, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li.highlighted {
      background-color: #EEEEEE; }
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results li.result-selected, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li.result-selected {
      font-weight: 700; }
  :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-drop, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-drop {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    padding: 0; }
  :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-results, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results {
    padding: 0;
    margin: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :where(.calc-scope) select.form-dropdown ~ .chosen-container .chosen-search-input, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-search-input {
      display: none; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  :where(.calc-scope) .chosen-container .chosen-search-input {
    display: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  :where(.calc-scope) .chosen-container .chosen-search-input {
    display: none; } }

/* Adding select2 custom css for accessible dropdowns */
:where(.calc-scope) .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  min-width: 115px;
  position: relative;
  vertical-align: middle; }

:where(.calc-scope) .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  -webkit-user-select: none; }

:where(.calc-scope) .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.75rem 1.875rem 0.75rem 1.25rem;
  color: #0072CE;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625rem;
  box-shadow: none; }

:where(.calc-scope) .select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

:where(.calc-scope) .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

:where(.calc-scope) .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

:where(.calc-scope) .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

:where(.calc-scope) .select2-container .select2-search--inline {
  float: left; }

:where(.calc-scope) .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

:where(.calc-scope) .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

:where(.calc-scope) .select2-dropdown {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  min-width: 115px;
  z-index: 1051; }

:where(.calc-scope) .select2-results {
  display: block; }

:where(.calc-scope) .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

:where(.calc-scope) .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  padding: 1.25rem;
  min-height: 3.75rem;
  font-size: 14px;
  color: #000000;
  width: 100%;
  transition: background 200ms ease-out;
  color: #000000;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 1px; }
  :where(.calc-scope) .select2-results__option:first-child {
    border-top: 1px solid #AAAAAA; }
  :where(.calc-scope) .select2-results__option:hover {
    font-weight: bold; }
  :where(.calc-scope) .select2-results__option.highlighted {
    background-color: #EEEEEE; }

:where(.calc-scope) .select2-results__option[aria-selected] {
  cursor: pointer; }

:where(.calc-scope) .select2-container--open .select2-dropdown {
  left: 0; }

:where(.calc-scope) .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

:where(.calc-scope) .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

:where(.calc-scope) .select2-container--open .select2-dropdown--above, :where(.calc-scope) .select2-container--open .select2-dropdown--below {
  z-index: 10; }

:where(.calc-scope) .select2-search--dropdown {
  display: block;
  padding: 4px; }

:where(.calc-scope) .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

:where(.calc-scope) .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

:where(.calc-scope) .select2-search--dropdown.select2-search--hide {
  display: none; }

:where(.calc-scope) .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

:where(.calc-scope) .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

:where(.calc-scope) .select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  outline: none; }

:where(.calc-scope) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0072CE;
  display: block;
  line-height: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

:where(.calc-scope) .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

:where(.calc-scope) .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

:where(.calc-scope) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

:where(.calc-scope) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 10px;
  width: 6px;
  background: transparent url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  transition: transform 150ms ease-in; }

:where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

:where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

:where(.calc-scope) .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

:where(.calc-scope) .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

:where(.calc-scope) .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

:where(.calc-scope) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

:where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, :where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, :where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

:where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

:where(.calc-scope) .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

:where(.calc-scope) .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

:where(.calc-scope) .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

:where(.calc-scope) .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

:where(.calc-scope) .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, :where(.calc-scope) .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

:where(.calc-scope) .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, :where(.calc-scope) .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

:where(.calc-scope) .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

:where(.calc-scope) .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

:where(.calc-scope) .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

:where(.calc-scope) .select2-container--default .select2-results__option[role=group] {
  padding: 0; }

:where(.calc-scope) .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

:where(.calc-scope) .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  font-weight: 700; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

:where(.calc-scope) .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

:where(.calc-scope) .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EEEEEE; }

:where(.calc-scope) .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

:where(.calc-scope) .select2-container .select2-results li {
  padding: 1.25rem;
  min-height: 3.75rem;
  font-size: 14px;
  color: #000000;
  width: 100%;
  transition: background 200ms ease-out;
  color: #000000;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 1px; }
  :where(.calc-scope) .select2-container .select2-results li:first-child {
    border-top: 1px solid #AAAAAA; }
  :where(.calc-scope) .select2-container .select2-results li:hover {
    font-weight: bold; }
  :where(.calc-scope) .select2-container .select2-results li.highlighted {
    background-color: #EEEEEE; }
  :where(.calc-scope) .select2-container .select2-results li.result-selected {
    font-weight: 700; }
  :where(.calc-scope) .select2-container .select2-results li.flag-icon {
    background-size: 25px 14.5px;
    background-position: 17px center;
    padding-left: 55px;
    background-repeat: no-repeat; }

:where(.calc-scope) picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: auto; }

:where(.calc-scope) picture {
  background: transparent; }

:where(.calc-scope) img.lazyload, :where(.calc-scope) img.lazyloading {
  background: url(toplib/resources/images/preloader.gif) center center no-repeat;
  width: 100%; }

:where(.calc-scope) .det20-modal-overlay {
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease, outline 300ms ease;
  outline: 10vh solid rgba(0, 0, 0, 0);
  position: fixed;
  top: 5vh;
  left: 5vw;
  width: 90vw;
  height: 90vh;
  background: #FFFFFF;
  padding: 8vw 10vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  :where(.calc-scope) .det20-modal-overlay.active {
    visibility: visible;
    z-index: 6;
    opacity: 1;
    outline: 10vh solid rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    z-index: 99999; }
  :where(.calc-scope) .det20-modal-overlay .close-top {
    content: "Close";
    color: #0072CE;
    position: absolute;
    top: 2.4375rem;
    right: 2.5rem;
    cursor: pointer;
    background: url(toplib/resources/vectors/close.svg) center right no-repeat;
    background-size: 12px 12px;
    padding-right: 1.125rem;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 700; }
  :where(.calc-scope) .det20-modal-overlay .close-bottom {
    border: 2px solid #0072CE;
    color: #0072CE;
    font-weight: 700;
    border-radius: 2px;
    display: block;
    margin: 2em auto 0;
    padding: 0 1.875rem;
    height: 60px; }

.calc-scope.modal-open {
  overflow: hidden; }

@media print {
  body {
    padding: 1.25rem;
    margin: 0 auto;
    width: 1024px;
    -webkit-print-color-adjust: exact; }
  :where(.calc-scope) .c-hro01, :where(.calc-scope) .nav01-breadcrumbs, :where(.calc-scope) .con11-timeline, :where(.calc-scope) footer, :where(.calc-scope) .con12-tiles-4-col, :where(.calc-scope) .div.band.con02-cards-3-column, :where(.calc-scope) div.band.con02-cards-3-column.orange, :where(.calc-scope) div.band.con02-cards-3-column.green, :where(.calc-scope) .con13-tiles-6-col {
    background: white !important; } }

:where(.calc-scope) table, :where(.calc-scope) table th, :where(.calc-scope) table td {
  border: 1px solid #000; }

:where(.calc-scope) table[border="0"], :where(.calc-scope) table[border="0"] th, :where(.calc-scope) table[border="0"] td {
  border: none; }

:where(.calc-scope) .btn, :where(.calc-scope) .btn-flat {
  border: 0;
  border-radius: 2px;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

:where(.calc-scope) .btn.disabled, :where(.calc-scope) .btn-floating.disabled, :where(.calc-scope) .btn-large.disabled, :where(.calc-scope) .btn-flat.disabled, :where(.calc-scope) .btn:disabled, :where(.calc-scope) .btn-floating:disabled, :where(.calc-scope) .btn-large:disabled, :where(.calc-scope) .btn-flat:disabled, :where(.calc-scope) .btn[disabled], :where(.calc-scope) .btn-floating[disabled], :where(.calc-scope) .btn-large[disabled], :where(.calc-scope) .btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF;
  box-shadow: none;
  color: #9F9F9F;
  cursor: default; }
  :where(.calc-scope) .btn.disabled:hover, :where(.calc-scope) .btn-floating.disabled:hover, :where(.calc-scope) .btn-large.disabled:hover, :where(.calc-scope) .btn-flat.disabled:hover, :where(.calc-scope) .btn:disabled:hover, :where(.calc-scope) .btn-floating:disabled:hover, :where(.calc-scope) .btn-large:disabled:hover, :where(.calc-scope) .btn-flat:disabled:hover, :where(.calc-scope) .btn[disabled]:hover, :where(.calc-scope) .btn-floating[disabled]:hover, :where(.calc-scope) .btn-large[disabled]:hover, :where(.calc-scope) .btn-flat[disabled]:hover {
    background-color: #DFDFDF;
    color: #9F9F9F; }

:where(.calc-scope) .btn, :where(.calc-scope) .btn-floating, :where(.calc-scope) .btn-large, :where(.calc-scope) .btn-flat {
  font-size: 1rem;
  outline: 0; }
  :where(.calc-scope) .btn i, :where(.calc-scope) .btn-floating i, :where(.calc-scope) .btn-large i, :where(.calc-scope) .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

:where(.calc-scope) .btn:focus, :where(.calc-scope) .btn-floating:focus {
  background-color: #FF0000; }

:where(.calc-scope) .btn {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF0000;
  text-align: center;
  letter-spacing: .5px;
  /* @extend .z-depth-1; */
  transition: .2s ease-out;
  cursor: pointer; }
  :where(.calc-scope) .btn:hover {
    background-color: #FF0000;
    /* @extend .z-depth-1-half; */ }

:where(.calc-scope) button.btn-floating {
  border: 0; }

:where(.calc-scope) .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }
  :where(.calc-scope) .fixed-action-btn.active ul {
    visibility: visible; }
  :where(.calc-scope) .fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
    :where(.calc-scope) .fixed-action-btn.horizontal ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      width: 500px; }
      :where(.calc-scope) .fixed-action-btn.horizontal ul li {
        display: inline-block;
        margin: 15px 15px 0 0; }
  :where(.calc-scope) .fixed-action-btn.toolbar {
    padding: 0;
    height: 54px; }
    :where(.calc-scope) .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    :where(.calc-scope) .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0;
      z-index: 1; }
      :where(.calc-scope) .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        :where(.calc-scope) .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 54px;
          z-index: 1; }
          :where(.calc-scope) .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  :where(.calc-scope) .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    :where(.calc-scope) .fixed-action-btn ul li {
      margin-bottom: 15px; }
    :where(.calc-scope) .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  :where(.calc-scope) .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* width: $button-floating-size;
    height: $button-floating-size;
    background-color: $button-floating-background;
    border-radius: $button-floating-radius; */
    transform: scale(0); }

:where(.calc-scope) .btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  :where(.calc-scope) .btn-flat:focus, :where(.calc-scope) .btn-flat:hover {
    box-shadow: none; }
  :where(.calc-scope) .btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  :where(.calc-scope) .btn-flat.disabled {
    background-color: transparent;
    color: #999999;
    cursor: default; }

/* .btn-large {
  @extend .btn;
  height: 54px;
  line-height: 54px;

  i {
    font-size: 1.6rem;
  }
} */
:where(.calc-scope) .btn-block {
  display: block; }

:where(.calc-scope) .card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #FFFFFF; }

:where(.calc-scope) .card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #FFFFFF;
  transition: box-shadow .25s;
  border-radius: 2px; }
  :where(.calc-scope) .card .card-title {
    font-size: 24px;
    font-weight: 300; }
    :where(.calc-scope) .card .card-title.activator {
      cursor: pointer; }
  :where(.calc-scope) .card.small, :where(.calc-scope) .card.medium, :where(.calc-scope) .card.large {
    position: relative; }
    :where(.calc-scope) .card.small .card-image, :where(.calc-scope) .card.medium .card-image, :where(.calc-scope) .card.large .card-image {
      max-height: 60%;
      overflow: hidden; }
    :where(.calc-scope) .card.small .card-image + .card-content, :where(.calc-scope) .card.medium .card-image + .card-content, :where(.calc-scope) .card.large .card-image + .card-content {
      max-height: 40%; }
    :where(.calc-scope) .card.small .card-content, :where(.calc-scope) .card.medium .card-content, :where(.calc-scope) .card.large .card-content {
      max-height: 100%;
      overflow: hidden; }
    :where(.calc-scope) .card.small .card-action, :where(.calc-scope) .card.medium .card-action, :where(.calc-scope) .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  :where(.calc-scope) .card.small {
    height: 300px; }
  :where(.calc-scope) .card.medium {
    height: 400px; }
  :where(.calc-scope) .card.large {
    height: 500px; }
  :where(.calc-scope) .card.horizontal {
    display: flex; }
    :where(.calc-scope) .card.horizontal.small .card-image, :where(.calc-scope) .card.horizontal.medium .card-image, :where(.calc-scope) .card.horizontal.large .card-image {
      height: 100%;
      max-height: none;
      overflow: visible; }
      :where(.calc-scope) .card.horizontal.small .card-image img, :where(.calc-scope) .card.horizontal.medium .card-image img, :where(.calc-scope) .card.horizontal.large .card-image img {
        height: 100%; }
    :where(.calc-scope) .card.horizontal .card-image {
      max-width: 50%; }
      :where(.calc-scope) .card.horizontal .card-image img {
        border-radius: 2px 0 0 2px;
        max-width: 100%;
        width: auto; }
    :where(.calc-scope) .card.horizontal .card-stacked {
      display: flex;
      flex-direction: column;
      flex: 1;
      position: relative; }
      :where(.calc-scope) .card.horizontal .card-stacked .card-content {
        flex-grow: 1; }
  :where(.calc-scope) .card.sticky-action .card-action {
    z-index: 2; }
  :where(.calc-scope) .card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px; }
  :where(.calc-scope) .card .card-image {
    position: relative; }
    :where(.calc-scope) .card .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    :where(.calc-scope) .card .card-image .card-title {
      color: #FFFFFF;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 24px; }
  :where(.calc-scope) .card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px; }
    :where(.calc-scope) .card .card-content p {
      margin: 0;
      color: inherit; }
    :where(.calc-scope) .card .card-content .card-title {
      display: block;
      line-height: 32px;
      margin-bottom: 8px; }
      :where(.calc-scope) .card .card-content .card-title i {
        line-height: 32px; }
  :where(.calc-scope) .card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px; }
    :where(.calc-scope) .card .card-action:last-child {
      border-radius: 0 0 2px 2px; }
    :where(.calc-scope) .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
      color: #FF0000;
      margin-right: 24px;
      transition: color .3s ease;
      text-transform: uppercase; }
      :where(.calc-scope) .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
        color: #FF0000; }
  :where(.calc-scope) .card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    :where(.calc-scope) .card .card-reveal .card-title {
      cursor: pointer;
      display: block; }

:where(.calc-scope) .collapsible {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin: 0.5rem 0 1rem 0; }

:where(.calc-scope) .collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #dddddd; }
  :where(.calc-scope) .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem; }

:where(.calc-scope) .collapsible-body {
  display: none;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 2rem; }

:where(.calc-scope) .side-nav .collapsible, :where(.calc-scope) .side-nav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  :where(.calc-scope) .side-nav .collapsible li, :where(.calc-scope) .side-nav.fixed .collapsible li {
    padding: 0; }

:where(.calc-scope) .side-nav .collapsible-header, :where(.calc-scope) .side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }
  :where(.calc-scope) .side-nav .collapsible-header:hover, :where(.calc-scope) .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  :where(.calc-scope) .side-nav .collapsible-header i, :where(.calc-scope) .side-nav.fixed .collapsible-header i {
    line-height: inherit; }

:where(.calc-scope) .side-nav .collapsible-body, :where(.calc-scope) .side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #FFFFFF;
  /* li a {
      padding: 0 (7.5px + 16px)
               0 (15px + 16px);
    } */ }

:where(.calc-scope) .collapsible.popout {
  border: none;
  box-shadow: none; }
  :where(.calc-scope) .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  :where(.calc-scope) .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

:where(.calc-scope) .dropdown-content {
  /* @extend .z-depth-1; */
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  :where(.calc-scope) .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    :where(.calc-scope) .dropdown-content li:hover, :where(.calc-scope) .dropdown-content li.active, :where(.calc-scope) .dropdown-content li.selected {
      background-color: #EEEEEE; }
    :where(.calc-scope) .dropdown-content li.active.selected {
      /* background-color: darken($dropdown-hover-bg-color, 5%); */ }
    :where(.calc-scope) .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    :where(.calc-scope) .dropdown-content li > a, :where(.calc-scope) .dropdown-content li > span {
      font-size: 16px;
      /* color: $dropdown-color; */
      display: block;
      line-height: 22px;
      /* padding: (($dropdown-item-height - 22) / 2) 16px; */ }
    :where(.calc-scope) .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    :where(.calc-scope) .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit;
      float: left;
      margin: 0 24px 0 0;
      width: 24px; }

:where(.calc-scope) .input-field.col .dropdown-content [type='checkbox'] + label {
  top: 1px;
  left: 0;
  height: 18px; }

html {
  box-sizing: border-box; }

:where(.calc-scope) *, :where(.calc-scope) *:before, :where(.calc-scope) *:after {
  box-sizing: inherit; }

:where(.calc-scope) ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  :where(.calc-scope) ul:not(.browser-default) > li {
    list-style-type: none; }

:where(.calc-scope) .valign-wrapper {
  display: flex;
  align-items: center; }

:where(.calc-scope) .clearfix {
  clear: both; }

:where(.calc-scope) .z-depth-0 {
  box-shadow: none; }

:where(.calc-scope) .z-depth-1, :where(.calc-scope) .collapsible {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

:where(.calc-scope) .z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

:where(.calc-scope) .z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .hoverable {
  transition: box-shadow .25s; }
  :where(.calc-scope) .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

:where(.calc-scope) .divider {
  height: 1px;
  overflow: hidden;
  background-color: grey; }

:where(.calc-scope) blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #FF0000; }

:where(.calc-scope) i {
  line-height: inherit; }
  :where(.calc-scope) i.left {
    float: left;
    margin-right: 15px; }
  :where(.calc-scope) i.right {
    float: right;
    margin-left: 15px; }
  :where(.calc-scope) i.tiny {
    font-size: 1rem; }
  :where(.calc-scope) i.small {
    font-size: 2rem; }
  :where(.calc-scope) i.medium {
    font-size: 4rem; }
  :where(.calc-scope) i.large {
    font-size: 6rem; }

:where(.calc-scope) img.responsive-img, :where(.calc-scope) video.responsive-video {
  max-width: 100%;
  height: auto; }

:where(.calc-scope) .pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  :where(.calc-scope) .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  :where(.calc-scope) .pagination li.active a {
    color: #fff; }
  :where(.calc-scope) .pagination li.active {
    background-color: #FF0000; }
  :where(.calc-scope) .pagination li.disabled a {
    cursor: default;
    color: #999; }
  :where(.calc-scope) .pagination li i {
    font-size: 2rem; }

:where(.calc-scope) .pagination li.pages ul li {
  display: inline-block;
  float: none; }

:where(.calc-scope) .parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  :where(.calc-scope) .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    :where(.calc-scope) .parallax-container .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

:where(.calc-scope) .pin-top, :where(.calc-scope) .pin-bottom {
  position: relative; }

:where(.calc-scope) .pinned {
  position: fixed; }

:where(.calc-scope) ul.staggered-list li {
  opacity: 0; }

:where(.calc-scope) .fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

:where(.calc-scope) .page-footer {
  padding-top: 20px;
  color: #FFFFFF;
  background-color: #FF0000; }
  :where(.calc-scope) .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

:where(.calc-scope) table, :where(.calc-scope) th, :where(.calc-scope) td {
  border: none; }

:where(.calc-scope) table {
  width: 100%;
  display: table; }
  :where(.calc-scope) table.bordered > thead > tr, :where(.calc-scope) table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  :where(.calc-scope) table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  :where(.calc-scope) table.striped > tbody > tr > td {
    border-radius: 0; }
  :where(.calc-scope) table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    :where(.calc-scope) table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  :where(.calc-scope) table.centered thead tr th, :where(.calc-scope) table.centered tbody tr td {
    text-align: center; }

:where(.calc-scope) thead {
  border-bottom: 1px solid #d0d0d0; }

:where(.calc-scope) td, :where(.calc-scope) th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

:where(.calc-scope) .collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  :where(.calc-scope) .collection .collection-item {
    background-color: #FFFFFF;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    :where(.calc-scope) .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      :where(.calc-scope) .collection .collection-item.avatar:not(.circle-clipper) > .circle, :where(.calc-scope) .collection .collection-item.avatar :not(.circle-clipper) > .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      :where(.calc-scope) .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      :where(.calc-scope) .collection .collection-item.avatar .title {
        font-size: 16px; }
      :where(.calc-scope) .collection .collection-item.avatar p {
        margin: 0; }
      :where(.calc-scope) .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    :where(.calc-scope) .collection .collection-item:last-child {
      border-bottom: none; }
    :where(.calc-scope) .collection .collection-item.active {
      background-color: #FFFFFF;
      color: #FF0000; }
      :where(.calc-scope) .collection .collection-item.active .secondary-content {
        color: #FFFFFF; }
  :where(.calc-scope) .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #FF0000; }
    :where(.calc-scope) .collection a.collection-item:not(.active):hover {
      background-color: #FFFFFF; }
  :where(.calc-scope) .collection.with-header .collection-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  :where(.calc-scope) .collection.with-header .collection-item {
    padding-left: 30px; }
  :where(.calc-scope) .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

:where(.calc-scope) .secondary-content {
  float: right;
  color: #FF0000; }

:where(.calc-scope) .collapsible .collection {
  margin: 0;
  border: none; }

:where(.calc-scope) .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  :where(.calc-scope) .video-container iframe, :where(.calc-scope) .video-container object, :where(.calc-scope) .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

:where(.calc-scope) .progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #ffcccc;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  :where(.calc-scope) .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #FF0000;
    transition: width .3s linear; }
  :where(.calc-scope) .progress .indeterminate {
    background-color: #FF0000; }
    :where(.calc-scope) .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    :where(.calc-scope) .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

:where(.calc-scope) .hide {
  display: none; }

:where(.calc-scope) .left-align {
  text-align: left; }

:where(.calc-scope) .right-align {
  text-align: right; }

:where(.calc-scope) .center, :where(.calc-scope) .center-align {
  text-align: center; }

:where(.calc-scope) .left {
  float: left; }

:where(.calc-scope) .right {
  float: right; }

:where(.calc-scope) .no-select {
  user-select: none; }

:where(.calc-scope) .circle {
  border-radius: 50%; }

:where(.calc-scope) .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

:where(.calc-scope) .truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

:where(.calc-scope) .no-padding {
  padding: 0; }

:where(.calc-scope) .container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  :where(.calc-scope) .container {
    width: 85%; } }

@media only screen and (min-width: 993px) {
  :where(.calc-scope) .container {
    width: 70%; } }

:where(.calc-scope) .container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

:where(.calc-scope) .section {
  padding-top: 1rem;
  padding-bottom: 1rem; }

:where(.calc-scope) .row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

:where(.calc-scope) .row:after {
  content: '';
  display: table;
  clear: both; }

:where(.calc-scope) .row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px; }
  :where(.calc-scope) .row .col.no-pad {
    padding: 0; }
  :where(.calc-scope) .row .col.no-pad-left {
    padding-left: 0; }
  :where(.calc-scope) .row .col.no-pad-right {
    padding-right: 0; }
  :where(.calc-scope) .row .col.no-pad-bot {
    padding-bottom: 0; }
  :where(.calc-scope) .row .col.no-pad-top {
    padding-top: 0; }
  :where(.calc-scope) .row .col.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  :where(.calc-scope) .row .col.row:after {
    content: '';
    display: table;
    clear: both; }

:where(.calc-scope) .row .col[class*='push-'], :where(.calc-scope) .row .col[class*='pull-'] {
  position: relative; }

:where(.calc-scope) .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto; }

:where(.calc-scope) .row .col.offset-s1 {
  margin-left: 8.3333333333%; }

:where(.calc-scope) .row .col.pull-s1 {
  right: 8.3333333333%; }

:where(.calc-scope) .row .col.push-s1 {
  left: 8.3333333333%; }

:where(.calc-scope) .row .col.offset-s2 {
  margin-left: 16.6666666667%; }

:where(.calc-scope) .row .col.pull-s2 {
  right: 16.6666666667%; }

:where(.calc-scope) .row .col.push-s2 {
  left: 16.6666666667%; }

:where(.calc-scope) .row .col.offset-s3 {
  margin-left: 25%; }

:where(.calc-scope) .row .col.pull-s3 {
  right: 25%; }

:where(.calc-scope) .row .col.push-s3 {
  left: 25%; }

:where(.calc-scope) .row .col.offset-s4 {
  margin-left: 33.3333333333%; }

:where(.calc-scope) .row .col.pull-s4 {
  right: 33.3333333333%; }

:where(.calc-scope) .row .col.push-s4 {
  left: 33.3333333333%; }

:where(.calc-scope) .row .col.offset-s5 {
  margin-left: 41.6666666667%; }

:where(.calc-scope) .row .col.pull-s5 {
  right: 41.6666666667%; }

:where(.calc-scope) .row .col.push-s5 {
  left: 41.6666666667%; }

:where(.calc-scope) .row .col.offset-s6 {
  margin-left: 50%; }

:where(.calc-scope) .row .col.pull-s6 {
  right: 50%; }

:where(.calc-scope) .row .col.push-s6 {
  left: 50%; }

:where(.calc-scope) .row .col.offset-s7 {
  margin-left: 58.3333333333%; }

:where(.calc-scope) .row .col.pull-s7 {
  right: 58.3333333333%; }

:where(.calc-scope) .row .col.push-s7 {
  left: 58.3333333333%; }

:where(.calc-scope) .row .col.offset-s8 {
  margin-left: 66.6666666667%; }

:where(.calc-scope) .row .col.pull-s8 {
  right: 66.6666666667%; }

:where(.calc-scope) .row .col.push-s8 {
  left: 66.6666666667%; }

:where(.calc-scope) .row .col.offset-s9 {
  margin-left: 75%; }

:where(.calc-scope) .row .col.pull-s9 {
  right: 75%; }

:where(.calc-scope) .row .col.push-s9 {
  left: 75%; }

:where(.calc-scope) .row .col.offset-s10 {
  margin-left: 83.3333333333%; }

:where(.calc-scope) .row .col.pull-s10 {
  right: 83.3333333333%; }

:where(.calc-scope) .row .col.push-s10 {
  left: 83.3333333333%; }

:where(.calc-scope) .row .col.offset-s11 {
  margin-left: 91.6666666667%; }

:where(.calc-scope) .row .col.pull-s11 {
  right: 91.6666666667%; }

:where(.calc-scope) .row .col.push-s11 {
  left: 91.6666666667%; }

:where(.calc-scope) .row .col.offset-s12 {
  margin-left: 100%; }

:where(.calc-scope) .row .col.pull-s12 {
  right: 100%; }

:where(.calc-scope) .row .col.push-s12 {
  left: 100%; }

/*
$mobile: 768px;
$tablet: 992px;
$desktop: 1200px;
*/
@media only screen and (min-width: 769px) {
  :where(.calc-scope) .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.offset-m1 {
    margin-left: 8.3333333333%; }
  :where(.calc-scope) .row .col.pull-m1 {
    right: 8.3333333333%; }
  :where(.calc-scope) .row .col.push-m1 {
    left: 8.3333333333%; }
  :where(.calc-scope) .row .col.offset-m2 {
    margin-left: 16.6666666667%; }
  :where(.calc-scope) .row .col.pull-m2 {
    right: 16.6666666667%; }
  :where(.calc-scope) .row .col.push-m2 {
    left: 16.6666666667%; }
  :where(.calc-scope) .row .col.offset-m3 {
    margin-left: 25%; }
  :where(.calc-scope) .row .col.pull-m3 {
    right: 25%; }
  :where(.calc-scope) .row .col.push-m3 {
    left: 25%; }
  :where(.calc-scope) .row .col.offset-m4 {
    margin-left: 33.3333333333%; }
  :where(.calc-scope) .row .col.pull-m4 {
    right: 33.3333333333%; }
  :where(.calc-scope) .row .col.push-m4 {
    left: 33.3333333333%; }
  :where(.calc-scope) .row .col.offset-m5 {
    margin-left: 41.6666666667%; }
  :where(.calc-scope) .row .col.pull-m5 {
    right: 41.6666666667%; }
  :where(.calc-scope) .row .col.push-m5 {
    left: 41.6666666667%; }
  :where(.calc-scope) .row .col.offset-m6 {
    margin-left: 50%; }
  :where(.calc-scope) .row .col.pull-m6 {
    right: 50%; }
  :where(.calc-scope) .row .col.push-m6 {
    left: 50%; }
  :where(.calc-scope) .row .col.offset-m7 {
    margin-left: 58.3333333333%; }
  :where(.calc-scope) .row .col.pull-m7 {
    right: 58.3333333333%; }
  :where(.calc-scope) .row .col.push-m7 {
    left: 58.3333333333%; }
  :where(.calc-scope) .row .col.offset-m8 {
    margin-left: 66.6666666667%; }
  :where(.calc-scope) .row .col.pull-m8 {
    right: 66.6666666667%; }
  :where(.calc-scope) .row .col.push-m8 {
    left: 66.6666666667%; }
  :where(.calc-scope) .row .col.offset-m9 {
    margin-left: 75%; }
  :where(.calc-scope) .row .col.pull-m9 {
    right: 75%; }
  :where(.calc-scope) .row .col.push-m9 {
    left: 75%; }
  :where(.calc-scope) .row .col.offset-m10 {
    margin-left: 83.3333333333%; }
  :where(.calc-scope) .row .col.pull-m10 {
    right: 83.3333333333%; }
  :where(.calc-scope) .row .col.push-m10 {
    left: 83.3333333333%; }
  :where(.calc-scope) .row .col.offset-m11 {
    margin-left: 91.6666666667%; }
  :where(.calc-scope) .row .col.pull-m11 {
    right: 91.6666666667%; }
  :where(.calc-scope) .row .col.push-m11 {
    left: 91.6666666667%; }
  :where(.calc-scope) .row .col.offset-m12 {
    margin-left: 100%; }
  :where(.calc-scope) .row .col.pull-m12 {
    right: 100%; }
  :where(.calc-scope) .row .col.push-m12 {
    left: 100%; } }

@media only screen and (min-width: 992px) {
  :where(.calc-scope) .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.offset-l1 {
    margin-left: 8.3333333333%; }
  :where(.calc-scope) .row .col.pull-l1 {
    right: 8.3333333333%; }
  :where(.calc-scope) .row .col.push-l1 {
    left: 8.3333333333%; }
  :where(.calc-scope) .row .col.offset-l2 {
    margin-left: 16.6666666667%; }
  :where(.calc-scope) .row .col.pull-l2 {
    right: 16.6666666667%; }
  :where(.calc-scope) .row .col.push-l2 {
    left: 16.6666666667%; }
  :where(.calc-scope) .row .col.offset-l3 {
    margin-left: 25%; }
  :where(.calc-scope) .row .col.pull-l3 {
    right: 25%; }
  :where(.calc-scope) .row .col.push-l3 {
    left: 25%; }
  :where(.calc-scope) .row .col.offset-l4 {
    margin-left: 33.3333333333%; }
  :where(.calc-scope) .row .col.pull-l4 {
    right: 33.3333333333%; }
  :where(.calc-scope) .row .col.push-l4 {
    left: 33.3333333333%; }
  :where(.calc-scope) .row .col.offset-l5 {
    margin-left: 41.6666666667%; }
  :where(.calc-scope) .row .col.pull-l5 {
    right: 41.6666666667%; }
  :where(.calc-scope) .row .col.push-l5 {
    left: 41.6666666667%; }
  :where(.calc-scope) .row .col.offset-l6 {
    margin-left: 50%; }
  :where(.calc-scope) .row .col.pull-l6 {
    right: 50%; }
  :where(.calc-scope) .row .col.push-l6 {
    left: 50%; }
  :where(.calc-scope) .row .col.offset-l7 {
    margin-left: 58.3333333333%; }
  :where(.calc-scope) .row .col.pull-l7 {
    right: 58.3333333333%; }
  :where(.calc-scope) .row .col.push-l7 {
    left: 58.3333333333%; }
  :where(.calc-scope) .row .col.offset-l8 {
    margin-left: 66.6666666667%; }
  :where(.calc-scope) .row .col.pull-l8 {
    right: 66.6666666667%; }
  :where(.calc-scope) .row .col.push-l8 {
    left: 66.6666666667%; }
  :where(.calc-scope) .row .col.offset-l9 {
    margin-left: 75%; }
  :where(.calc-scope) .row .col.pull-l9 {
    right: 75%; }
  :where(.calc-scope) .row .col.push-l9 {
    left: 75%; }
  :where(.calc-scope) .row .col.offset-l10 {
    margin-left: 83.3333333333%; }
  :where(.calc-scope) .row .col.pull-l10 {
    right: 83.3333333333%; }
  :where(.calc-scope) .row .col.push-l10 {
    left: 83.3333333333%; }
  :where(.calc-scope) .row .col.offset-l11 {
    margin-left: 91.6666666667%; }
  :where(.calc-scope) .row .col.pull-l11 {
    right: 91.6666666667%; }
  :where(.calc-scope) .row .col.push-l11 {
    left: 91.6666666667%; }
  :where(.calc-scope) .row .col.offset-l12 {
    margin-left: 100%; }
  :where(.calc-scope) .row .col.pull-l12 {
    right: 100%; }
  :where(.calc-scope) .row .col.push-l12 {
    left: 100%; } }

@media only screen and (min-width: 1200px) {
  :where(.calc-scope) .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto; }
  :where(.calc-scope) .row .col.offset-xl1 {
    margin-left: 8.3333333333%; }
  :where(.calc-scope) .row .col.pull-xl1 {
    right: 8.3333333333%; }
  :where(.calc-scope) .row .col.push-xl1 {
    left: 8.3333333333%; }
  :where(.calc-scope) .row .col.offset-xl2 {
    margin-left: 16.6666666667%; }
  :where(.calc-scope) .row .col.pull-xl2 {
    right: 16.6666666667%; }
  :where(.calc-scope) .row .col.push-xl2 {
    left: 16.6666666667%; }
  :where(.calc-scope) .row .col.offset-xl3 {
    margin-left: 25%; }
  :where(.calc-scope) .row .col.pull-xl3 {
    right: 25%; }
  :where(.calc-scope) .row .col.push-xl3 {
    left: 25%; }
  :where(.calc-scope) .row .col.offset-xl4 {
    margin-left: 33.3333333333%; }
  :where(.calc-scope) .row .col.pull-xl4 {
    right: 33.3333333333%; }
  :where(.calc-scope) .row .col.push-xl4 {
    left: 33.3333333333%; }
  :where(.calc-scope) .row .col.offset-xl5 {
    margin-left: 41.6666666667%; }
  :where(.calc-scope) .row .col.pull-xl5 {
    right: 41.6666666667%; }
  :where(.calc-scope) .row .col.push-xl5 {
    left: 41.6666666667%; }
  :where(.calc-scope) .row .col.offset-xl6 {
    margin-left: 50%; }
  :where(.calc-scope) .row .col.pull-xl6 {
    right: 50%; }
  :where(.calc-scope) .row .col.push-xl6 {
    left: 50%; }
  :where(.calc-scope) .row .col.offset-xl7 {
    margin-left: 58.3333333333%; }
  :where(.calc-scope) .row .col.pull-xl7 {
    right: 58.3333333333%; }
  :where(.calc-scope) .row .col.push-xl7 {
    left: 58.3333333333%; }
  :where(.calc-scope) .row .col.offset-xl8 {
    margin-left: 66.6666666667%; }
  :where(.calc-scope) .row .col.pull-xl8 {
    right: 66.6666666667%; }
  :where(.calc-scope) .row .col.push-xl8 {
    left: 66.6666666667%; }
  :where(.calc-scope) .row .col.offset-xl9 {
    margin-left: 75%; }
  :where(.calc-scope) .row .col.pull-xl9 {
    right: 75%; }
  :where(.calc-scope) .row .col.push-xl9 {
    left: 75%; }
  :where(.calc-scope) .row .col.offset-xl10 {
    margin-left: 83.3333333333%; }
  :where(.calc-scope) .row .col.pull-xl10 {
    right: 83.3333333333%; }
  :where(.calc-scope) .row .col.push-xl10 {
    left: 83.3333333333%; }
  :where(.calc-scope) .row .col.offset-xl11 {
    margin-left: 91.6666666667%; }
  :where(.calc-scope) .row .col.pull-xl11 {
    right: 91.6666666667%; }
  :where(.calc-scope) .row .col.push-xl11 {
    left: 91.6666666667%; }
  :where(.calc-scope) .row .col.offset-xl12 {
    margin-left: 100%; }
  :where(.calc-scope) .row .col.pull-xl12 {
    right: 100%; }
  :where(.calc-scope) .row .col.push-xl12 {
    left: 100%; } }

:where(.calc-scope) .material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga'; }

:where(.calc-scope) .modal {
  /* @extend .z-depth-4; */
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  :where(.calc-scope) .modal h1, :where(.calc-scope) .modal .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .modal .product-title, :where(.calc-scope) .modal h2, :where(.calc-scope) .modal h3, :where(.calc-scope) .modal h4, :where(.calc-scope) .modal .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .modal h3 {
    margin-top: 0; }
  :where(.calc-scope) .modal .modal-content {
    padding: 24px; }
  :where(.calc-scope) .modal .modal-close {
    cursor: pointer; }
  :where(.calc-scope) .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right; }
    :where(.calc-scope) .modal .modal-footer .btn, :where(.calc-scope) .modal .modal-footer .btn-flat {
      margin: 6px 0; }

:where(.calc-scope) .modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

:where(.calc-scope) .modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  :where(.calc-scope) .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  :where(.calc-scope) .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

:where(.calc-scope) .modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

@media print {
  body {
    padding: 20px;
    margin: 0 auto;
    width: 1024px;
    -webkit-print-color-adjust: exact; }
  html {
    zoom: 1; }
  :where(.calc-scope) .c-hro01, :where(.calc-scope) .nav01-breadcrumbs, :where(.calc-scope) .con11-timeline, :where(.calc-scope) footer, :where(.calc-scope) .con12-tiles-4-col, :where(.calc-scope) .div.band.con02-cards-3-column, :where(.calc-scope) div.band.con02-cards-3-column.orange, :where(.calc-scope) div.band.con02-cards-3-column.green, :where(.calc-scope) .con13-tiles-6-col {
    background: white !important; } }

:where(.calc-scope) .slider {
  position: relative;
  height: 400px;
  width: 100%; }
  :where(.calc-scope) .slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    :where(.calc-scope) .slider.fullscreen ul.slides {
      height: 100%; }
    :where(.calc-scope) .slider.fullscreen ul.indicators {
      z-index: 2;
      bottom: 30px; }
  :where(.calc-scope) .slider .slides {
    background-color: grey;
    margin: 0;
    height: 400px; }
    :where(.calc-scope) .slider .slides li {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: inherit;
      overflow: hidden; }
      :where(.calc-scope) .slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center; }
      :where(.calc-scope) .slider .slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        opacity: 0; }
        :where(.calc-scope) .slider .slides li .caption p {
          color: grey; }
      :where(.calc-scope) .slider .slides li.active {
        z-index: 2; }
  :where(.calc-scope) .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    :where(.calc-scope) .slider .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 16px;
      width: 16px;
      margin: 0 12px;
      background-color: grey;
      transition: background-color .3s;
      border-radius: 50%; }
      :where(.calc-scope) .slider .indicators .indicator-item.active {
        background-color: grey; }

:where(.calc-scope) .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  white-space: nowrap; }
  :where(.calc-scope) .tabs.tabs-transparent {
    background-color: transparent; }
    :where(.calc-scope) .tabs.tabs-transparent .tab a, :where(.calc-scope) .tabs.tabs-transparent .tab.disabled a, :where(.calc-scope) .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    :where(.calc-scope) .tabs.tabs-transparent .tab a:hover, :where(.calc-scope) .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    :where(.calc-scope) .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  :where(.calc-scope) .tabs.tabs-fixed-width {
    display: flex; }
    :where(.calc-scope) .tabs.tabs-fixed-width .tab {
      flex-grow: 1; }
  :where(.calc-scope) .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    :where(.calc-scope) .tabs .tab a {
      color: rgba(255, 0, 0, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease; }
      :where(.calc-scope) .tabs .tab a:hover, :where(.calc-scope) .tabs .tab a.active {
        background-color: transparent;
        color: #FF0000; }
    :where(.calc-scope) .tabs .tab.disabled a, :where(.calc-scope) .tabs .tab.disabled a:hover {
      color: rgba(255, 0, 0, 0.7);
      cursor: default; }
  :where(.calc-scope) .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #FF0000;
    will-change: left, right; }

/*!
Animate.styles - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
:where(.calc-scope) .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

:where(.calc-scope) .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

:where(.calc-scope) .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

:where(.calc-scope) .flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

:where(.calc-scope) .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

:where(.calc-scope) .shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

:where(.calc-scope) .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

:where(.calc-scope) .tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

:where(.calc-scope) .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

:where(.calc-scope) .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

:where(.calc-scope) .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

:where(.calc-scope) .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

:where(.calc-scope) .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

:where(.calc-scope) .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

:where(.calc-scope) .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

:where(.calc-scope) .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-timing-function: cubic-bezier(0.15, 0.27, 0.13, 0.91); }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

:where(.calc-scope) .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

:where(.calc-scope) .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

:where(.calc-scope) .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

:where(.calc-scope) .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

:where(.calc-scope) .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

:where(.calc-scope) .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

:where(.calc-scope) .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

:where(.calc-scope) .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

:where(.calc-scope) .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

:where(.calc-scope) .animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

:where(.calc-scope) .flipInX {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

:where(.calc-scope) .flipInY {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

:where(.calc-scope) .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

:where(.calc-scope) .flipOutY {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

:where(.calc-scope) .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

:where(.calc-scope) .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

:where(.calc-scope) .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

:where(.calc-scope) .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

:where(.calc-scope) .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

:where(.calc-scope) .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

:where(.calc-scope) .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

:where(.calc-scope) .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

:where(.calc-scope) .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

:where(.calc-scope) .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

:where(.calc-scope) .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

:where(.calc-scope) .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

:where(.calc-scope) .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

:where(.calc-scope) .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

:where(.calc-scope) .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block; }
  99% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    display: none; } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    display: none; } }

:where(.calc-scope) .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.67, 0.01, 0, 0.98);
  animation-duration: 1.2s; }

@-webkit-keyframes slideOutRight-slower {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block; }
  99% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(80vw);
    -ms-transform: translateX(80vw);
    transform: translateX(80vw);
    display: none; } }

@keyframes slideOutRight-slower {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(80vw);
    -ms-transform: translateX(80vw);
    transform: translateX(80vw);
    display: none; } }

:where(.calc-scope) .slideOutRight-slower {
  -webkit-animation-name: slideOutRight-slower;
  animation-name: slideOutRight-slower;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.36, 0.07, 0, 0.95);
  animation-duration: 1.6s; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
    display: none; } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

:where(.calc-scope) .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

:where(.calc-scope) .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

:where(.calc-scope) .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

:where(.calc-scope) .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

:where(.calc-scope) .ba-slider {
  position: relative;
  overflow: hidden; }

:where(.calc-scope) .ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none; }

:where(.calc-scope) .ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

:where(.calc-scope) .ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -2px;
  background: #FFFFFF;
  cursor: ew-resize; }

:where(.calc-scope) .ba-slider .handle:before {
  position: absolute;
  content: '';
  z-index: 1;
  top: 50%;
  width: 10px;
  height: 80px;
  margin: -49px 0 0 -4px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease; }

@media only screen and (max-width: 601px) {
  :where(.calc-scope) .ba-slider .handle:before {
    margin: -40px 0 0 -4px; } }

:where(.calc-scope) .ba-slider:hover .circle-arrows {
  transform: scale(1.3); }

:where(.calc-scope) .circle-arrows {
  margin: -20px 0 0 -21px;
  z-index: 3;
  top: 48%;
  padding: 10px;
  position: absolute;
  transition: all 0.3s ease; }

@media only screen and (max-width: 601px) {
  :where(.calc-scope) .circle-arrows {
    margin: -16px 0 0 -21px; } }

:where(.calc-scope) .ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 30px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
:where(.calc-scope) .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

:where(.calc-scope) .chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:where(.calc-scope) .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 8;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none; }

:where(.calc-scope) .chosen-container.chosen-with-drop .chosen-drop {
  display: block; }

:where(.calc-scope) .chosen-container a {
  cursor: pointer; }

:where(.calc-scope) .chosen-container .search-choice .group-name, :where(.calc-scope) .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

:where(.calc-scope) .chosen-container .search-choice .group-name:after, :where(.calc-scope) .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
:where(.calc-scope) .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

:where(.calc-scope) .chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute; }

:where(.calc-scope) .chosen-container-single .chosen-default {
  color: #999; }

:where(.calc-scope) .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

:where(.calc-scope) .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

:where(.calc-scope) .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

:where(.calc-scope) .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

:where(.calc-scope) .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

:where(.calc-scope) .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

:where(.calc-scope) .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

:where(.calc-scope) .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

:where(.calc-scope) .chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

:where(.calc-scope) .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

:where(.calc-scope) .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
:where(.calc-scope) .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

:where(.calc-scope) .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

:where(.calc-scope) .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

:where(.calc-scope) .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

:where(.calc-scope) .chosen-container .chosen-results li.highlighted {
  color: #fff; }

:where(.calc-scope) .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

:where(.calc-scope) .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

:where(.calc-scope) .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

:where(.calc-scope) .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
:where(.calc-scope) .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #F0F0F0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #F0F0F0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #F0F0F0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #F0F0F0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

:where(.calc-scope) .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

:where(.calc-scope) .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

:where(.calc-scope) .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
:where(.calc-scope) .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

:where(.calc-scope) .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

:where(.calc-scope) .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

:where(.calc-scope) .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

:where(.calc-scope) .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
:where(.calc-scope) .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

:where(.calc-scope) .chosen-disabled .chosen-single {
  cursor: default; }

:where(.calc-scope) .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
:where(.calc-scope) .chosen-rtl {
  text-align: right; }

:where(.calc-scope) .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

:where(.calc-scope) .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

:where(.calc-scope) .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

:where(.calc-scope) .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

:where(.calc-scope) .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

:where(.calc-scope) .chosen-rtl .chosen-choices li {
  float: right; }

:where(.calc-scope) .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

:where(.calc-scope) .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

:where(.calc-scope) .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

:where(.calc-scope) .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

:where(.calc-scope) .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

:where(.calc-scope) .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

:where(.calc-scope) .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

:where(.calc-scope) .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

:where(.calc-scope) .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  :where(.calc-scope) .chosen-rtl .chosen-search input[type="text"], :where(.calc-scope) .chosen-container-single .chosen-single abbr, :where(.calc-scope) .chosen-container-single .chosen-single div b, :where(.calc-scope) .chosen-container-single .chosen-search input[type="text"], :where(.calc-scope) .chosen-container-multi .chosen-choices .search-choice .search-choice-close, :where(.calc-scope) .chosen-container .chosen-results-scroll-down span, :where(.calc-scope) .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
:where(.calc-scope) dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: #000000;
  display: block; }

:where(.calc-scope) dialog:not([open]) {
  display: none; }

:where(.calc-scope) dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }

:where(.calc-scope) ._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

:where(.calc-scope) dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%); }

:where(.calc-scope) .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

:where(.calc-scope) .flag-icon {
  background-size: cover;
  margin-right: 2px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

:where(.calc-scope) .flag-icon:before {
  content: "\A0"; }

:where(.calc-scope) .flag-icon.flag-icon-squared {
  width: 1em; }

:where(.calc-scope) .flag-icon-ad {
  background-image: url(toplib/resources/vectors/ad.svg) !important; }

:where(.calc-scope) .flag-icon-ad.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ad.svg) !important; }

:where(.calc-scope) .flag-icon-ae {
  background-image: url(toplib/resources/vectors/ae.svg) !important; }

:where(.calc-scope) .flag-icon-ae.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ae.svg) !important; }

:where(.calc-scope) .flag-icon-af {
  background-image: url(toplib/resources/vectors/af.svg) !important; }

:where(.calc-scope) .flag-icon-af.flag-icon-squared {
  background-image: url(toplib/resources/vectors/af.svg) !important; }

:where(.calc-scope) .flag-icon-ag {
  background-image: url(toplib/resources/vectors/ag.svg) !important; }

:where(.calc-scope) .flag-icon-ag.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ag.svg) !important; }

:where(.calc-scope) .flag-icon-ai {
  background-image: url(toplib/resources/vectors/ai.svg) !important; }

:where(.calc-scope) .flag-icon-ai.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ai.svg) !important; }

:where(.calc-scope) .flag-icon-al {
  background-image: url(toplib/resources/vectors/al.svg) !important; }

:where(.calc-scope) .flag-icon-al.flag-icon-squared {
  background-image: url(toplib/resources/vectors/al.svg) !important; }

:where(.calc-scope) .flag-icon-am {
  background-image: url(toplib/resources/vectors/am.svg) !important; }

:where(.calc-scope) .flag-icon-am.flag-icon-squared {
  background-image: url(toplib/resources/vectors/am.svg) !important; }

:where(.calc-scope) .flag-icon-ao {
  background-image: url(toplib/resources/vectors/ao.svg) !important; }

:where(.calc-scope) .flag-icon-ao.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ao.svg) !important; }

:where(.calc-scope) .flag-icon-aq {
  background-image: url(toplib/resources/vectors/aq.svg) !important; }

:where(.calc-scope) .flag-icon-aq.flag-icon-squared {
  background-image: url(toplib/resources/vectors/aq.svg) !important; }

:where(.calc-scope) .flag-icon-ar {
  background-image: url(toplib/resources/vectors/ar.svg) !important; }

:where(.calc-scope) .flag-icon-ar.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ar.svg) !important; }

:where(.calc-scope) .flag-icon-as {
  background-image: url(toplib/resources/vectors/as.svg) !important; }

:where(.calc-scope) .flag-icon-as.flag-icon-squared {
  background-image: url(toplib/resources/vectors/as.svg) !important; }

:where(.calc-scope) .flag-icon-at {
  background-image: url(toplib/resources/vectors/at.svg) !important; }

:where(.calc-scope) .flag-icon-at.flag-icon-squared {
  background-image: url(toplib/resources/vectors/at.svg) !important; }

:where(.calc-scope) .flag-icon-au {
  background-image: url(toplib/resources/vectors/au.svg) !important; }

:where(.calc-scope) .flag-icon-au.flag-icon-squared {
  background-image: url(toplib/resources/vectors/au.svg) !important; }

:where(.calc-scope) .flag-icon-aw {
  background-image: url(toplib/resources/vectors/aw.svg) !important; }

:where(.calc-scope) .flag-icon-aw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/aw.svg) !important; }

:where(.calc-scope) .flag-icon-ax {
  background-image: url(toplib/resources/vectors/ax.svg) !important; }

:where(.calc-scope) .flag-icon-ax.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ax.svg) !important; }

:where(.calc-scope) .flag-icon-az {
  background-image: url(toplib/resources/vectors/az.svg) !important; }

:where(.calc-scope) .flag-icon-az.flag-icon-squared {
  background-image: url(toplib/resources/vectors/az.svg) !important; }

:where(.calc-scope) .flag-icon-ba {
  background-image: url(toplib/resources/vectors/ba.svg) !important; }

:where(.calc-scope) .flag-icon-ba.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ba.svg) !important; }

:where(.calc-scope) .flag-icon-bb {
  background-image: url(toplib/resources/vectors/bb.svg) !important; }

:where(.calc-scope) .flag-icon-bb.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bb.svg) !important; }

:where(.calc-scope) .flag-icon-bd {
  background-image: url(toplib/resources/vectors/bd.svg) !important; }

:where(.calc-scope) .flag-icon-bd.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bd.svg) !important; }

:where(.calc-scope) .flag-icon-be {
  background-image: url(toplib/resources/vectors/be.svg) !important; }

:where(.calc-scope) .flag-icon-be.flag-icon-squared {
  background-image: url(toplib/resources/vectors/be.svg) !important; }

:where(.calc-scope) .flag-icon-bf {
  background-image: url(toplib/resources/vectors/bf.svg) !important; }

:where(.calc-scope) .flag-icon-bf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bf.svg) !important; }

:where(.calc-scope) .flag-icon-bg {
  background-image: url(toplib/resources/vectors/bg.svg) !important; }

:where(.calc-scope) .flag-icon-bg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bg.svg) !important; }

:where(.calc-scope) .flag-icon-bh {
  background-image: url(toplib/resources/vectors/bh.svg) !important; }

:where(.calc-scope) .flag-icon-bh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bh.svg) !important; }

:where(.calc-scope) .flag-icon-bi {
  background-image: url(toplib/resources/vectors/bi.svg) !important; }

:where(.calc-scope) .flag-icon-bi.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bi.svg) !important; }

:where(.calc-scope) .flag-icon-bj {
  background-image: url(toplib/resources/vectors/bj.svg) !important; }

:where(.calc-scope) .flag-icon-bj.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bj.svg) !important; }

:where(.calc-scope) .flag-icon-bl {
  background-image: url(toplib/resources/vectors/bl.svg) !important; }

:where(.calc-scope) .flag-icon-bl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bl.svg) !important; }

:where(.calc-scope) .flag-icon-bm {
  background-image: url(toplib/resources/vectors/bm.svg) !important; }

:where(.calc-scope) .flag-icon-bm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bm.svg) !important; }

:where(.calc-scope) .flag-icon-bn {
  background-image: url(toplib/resources/vectors/bn.svg) !important; }

:where(.calc-scope) .flag-icon-bn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bn.svg) !important; }

:where(.calc-scope) .flag-icon-bo {
  background-image: url(toplib/resources/vectors/bo.svg) !important; }

:where(.calc-scope) .flag-icon-bo.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bo.svg) !important; }

:where(.calc-scope) .flag-icon-bq {
  background-image: url(toplib/resources/vectors/bq.svg) !important; }

:where(.calc-scope) .flag-icon-bq.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bq.svg) !important; }

:where(.calc-scope) .flag-icon-br {
  background-image: url(toplib/resources/vectors/br.svg) !important; }

:where(.calc-scope) .flag-icon-br.flag-icon-squared {
  background-image: url(toplib/resources/vectors/br.svg) !important; }

:where(.calc-scope) .flag-icon-bs {
  background-image: url(toplib/resources/vectors/bs.svg) !important; }

:where(.calc-scope) .flag-icon-bs.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bs.svg) !important; }

:where(.calc-scope) .flag-icon-bt {
  background-image: url(toplib/resources/vectors/bt.svg) !important; }

:where(.calc-scope) .flag-icon-bt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bt.svg) !important; }

:where(.calc-scope) .flag-icon-bv {
  background-image: url(toplib/resources/vectors/bv.svg) !important; }

:where(.calc-scope) .flag-icon-bv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bv.svg) !important; }

:where(.calc-scope) .flag-icon-bw {
  background-image: url(toplib/resources/vectors/bw.svg) !important; }

:where(.calc-scope) .flag-icon-bw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bw.svg) !important; }

:where(.calc-scope) .flag-icon-by {
  background-image: url(toplib/resources/vectors/by.svg) !important; }

:where(.calc-scope) .flag-icon-by.flag-icon-squared {
  background-image: url(toplib/resources/vectors/by.svg) !important; }

:where(.calc-scope) .flag-icon-bz {
  background-image: url(toplib/resources/vectors/bz.svg) !important; }

:where(.calc-scope) .flag-icon-bz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/bz.svg) !important; }

:where(.calc-scope) .flag-icon-ca {
  background-image: url(toplib/resources/vectors/ca.svg) !important; }

:where(.calc-scope) .flag-icon-ca.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ca.svg) !important; }

:where(.calc-scope) .flag-icon-cc {
  background-image: url(toplib/resources/vectors/cc.svg) !important; }

:where(.calc-scope) .flag-icon-cc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cc.svg) !important; }

:where(.calc-scope) .flag-icon-cd {
  background-image: url(toplib/resources/vectors/cd.svg) !important; }

:where(.calc-scope) .flag-icon-cd.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cd.svg) !important; }

:where(.calc-scope) .flag-icon-cf {
  background-image: url(toplib/resources/vectors/cf.svg) !important; }

:where(.calc-scope) .flag-icon-cf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cf.svg) !important; }

:where(.calc-scope) .flag-icon-cg {
  background-image: url(toplib/resources/vectors/cg.svg) !important; }

:where(.calc-scope) .flag-icon-cg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cg.svg) !important; }

:where(.calc-scope) .flag-icon-ch {
  background-image: url(toplib/resources/vectors/ch.svg) !important; }

:where(.calc-scope) .flag-icon-ch.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ch.svg) !important; }

:where(.calc-scope) .flag-icon-ci {
  background-image: url(toplib/resources/vectors/ci.svg) !important; }

:where(.calc-scope) .flag-icon-ci.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ci.svg) !important; }

:where(.calc-scope) .flag-icon-ck {
  background-image: url(toplib/resources/vectors/ck.svg) !important; }

:where(.calc-scope) .flag-icon-ck.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ck.svg) !important; }

:where(.calc-scope) .flag-icon-cl {
  background-image: url(toplib/resources/vectors/cl.svg) !important; }

:where(.calc-scope) .flag-icon-cl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cl.svg) !important; }

:where(.calc-scope) .flag-icon-cm {
  background-image: url(toplib/resources/vectors/cm.svg) !important; }

:where(.calc-scope) .flag-icon-cm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cm.svg) !important; }

:where(.calc-scope) .flag-icon-cn {
  background-image: url(toplib/resources/vectors/cn.svg) !important; }

:where(.calc-scope) .flag-icon-cn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cn.svg) !important; }

:where(.calc-scope) .flag-icon-co {
  background-image: url(toplib/resources/vectors/co.svg) !important; }

:where(.calc-scope) .flag-icon-co.flag-icon-squared {
  background-image: url(toplib/resources/vectors/co.svg) !important; }

:where(.calc-scope) .flag-icon-cr {
  background-image: url(toplib/resources/vectors/cr.svg) !important; }

:where(.calc-scope) .flag-icon-cr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cr.svg) !important; }

:where(.calc-scope) .flag-icon-cu {
  background-image: url(toplib/resources/vectors/cu.svg) !important; }

:where(.calc-scope) .flag-icon-cu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cu.svg) !important; }

:where(.calc-scope) .flag-icon-cv {
  background-image: url(toplib/resources/vectors/cv.svg) !important; }

:where(.calc-scope) .flag-icon-cv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cv.svg) !important; }

:where(.calc-scope) .flag-icon-cw {
  background-image: url(toplib/resources/vectors/cw.svg) !important; }

:where(.calc-scope) .flag-icon-cw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cw.svg) !important; }

:where(.calc-scope) .flag-icon-cx {
  background-image: url(toplib/resources/vectors/cx.svg) !important; }

:where(.calc-scope) .flag-icon-cx.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cx.svg) !important; }

:where(.calc-scope) .flag-icon-cy {
  background-image: url(toplib/resources/vectors/cy.svg) !important; }

:where(.calc-scope) .flag-icon-cy.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cy.svg) !important; }

:where(.calc-scope) .flag-icon-cz {
  background-image: url(toplib/resources/vectors/cz.svg) !important; }

:where(.calc-scope) .flag-icon-cz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/cz.svg) !important; }

:where(.calc-scope) .flag-icon-de {
  background-image: url(toplib/resources/vectors/de.svg) !important; }

:where(.calc-scope) .flag-icon-de.flag-icon-squared {
  background-image: url(toplib/resources/vectors/de.svg) !important; }

:where(.calc-scope) .flag-icon-dj {
  background-image: url(toplib/resources/vectors/dj.svg) !important; }

:where(.calc-scope) .flag-icon-dj.flag-icon-squared {
  background-image: url(toplib/resources/vectors/dj.svg) !important; }

:where(.calc-scope) .flag-icon-dk {
  background-image: url(toplib/resources/vectors/dk.svg) !important; }

:where(.calc-scope) .flag-icon-dk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/dk.svg) !important; }

:where(.calc-scope) .flag-icon-dm {
  background-image: url(toplib/resources/vectors/dm.svg) !important; }

:where(.calc-scope) .flag-icon-dm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/dm.svg) !important; }

:where(.calc-scope) .flag-icon-do {
  background-image: url(toplib/resources/vectors/do.svg) !important; }

:where(.calc-scope) .flag-icon-do.flag-icon-squared {
  background-image: url(toplib/resources/vectors/do.svg) !important; }

:where(.calc-scope) .flag-icon-dz {
  background-image: url(toplib/resources/vectors/dz.svg) !important; }

:where(.calc-scope) .flag-icon-dz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/dz.svg) !important; }

:where(.calc-scope) .flag-icon-ec {
  background-image: url(toplib/resources/vectors/ec.svg) !important; }

:where(.calc-scope) .flag-icon-ec.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ec.svg) !important; }

:where(.calc-scope) .flag-icon-ee {
  background-image: url(toplib/resources/vectors/ee.svg) !important; }

:where(.calc-scope) .flag-icon-ee.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ee.svg) !important; }

:where(.calc-scope) .flag-icon-eg {
  background-image: url(toplib/resources/vectors/eg.svg) !important; }

:where(.calc-scope) .flag-icon-eg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/eg.svg) !important; }

:where(.calc-scope) .flag-icon-eh {
  background-image: url(toplib/resources/vectors/eh.svg) !important; }

:where(.calc-scope) .flag-icon-eh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/eh.svg) !important; }

:where(.calc-scope) .flag-icon-er {
  background-image: url(toplib/resources/vectors/er.svg) !important; }

:where(.calc-scope) .flag-icon-er.flag-icon-squared {
  background-image: url(toplib/resources/vectors/er.svg) !important; }

:where(.calc-scope) .flag-icon-es {
  background-image: url(toplib/resources/vectors/es.svg) !important; }

:where(.calc-scope) .flag-icon-es.flag-icon-squared {
  background-image: url(toplib/resources/vectors/es.svg) !important; }

:where(.calc-scope) .flag-icon-et {
  background-image: url(toplib/resources/vectors/et.svg) !important; }

:where(.calc-scope) .flag-icon-et.flag-icon-squared {
  background-image: url(toplib/resources/vectors/et.svg) !important; }

:where(.calc-scope) .flag-icon-fi {
  background-image: url(toplib/resources/vectors/fi.svg) !important; }

:where(.calc-scope) .flag-icon-fi.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fi.svg) !important; }

:where(.calc-scope) .flag-icon-fj {
  background-image: url(toplib/resources/vectors/fj.svg) !important; }

:where(.calc-scope) .flag-icon-fj.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fj.svg) !important; }

:where(.calc-scope) .flag-icon-fk {
  background-image: url(toplib/resources/vectors/fk.svg) !important; }

:where(.calc-scope) .flag-icon-fk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fk.svg) !important; }

:where(.calc-scope) .flag-icon-fm {
  background-image: url(toplib/resources/vectors/fm.svg) !important; }

:where(.calc-scope) .flag-icon-fm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fm.svg) !important; }

:where(.calc-scope) .flag-icon-fo {
  background-image: url(toplib/resources/vectors/fo.svg) !important; }

:where(.calc-scope) .flag-icon-fo.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fo.svg) !important; }

:where(.calc-scope) .flag-icon-fr {
  background-image: url(toplib/resources/vectors/fr.svg) !important; }

:where(.calc-scope) .flag-icon-fr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/fr.svg) !important; }

:where(.calc-scope) .flag-icon-ga {
  background-image: url(toplib/resources/vectors/ga.svg) !important; }

:where(.calc-scope) .flag-icon-ga.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ga.svg) !important; }

:where(.calc-scope) .flag-icon-gb {
  background-image: url(toplib/resources/vectors/gb.svg) !important; }

:where(.calc-scope) .flag-icon-gb.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gb.svg) !important; }

:where(.calc-scope) .flag-icon-gd {
  background-image: url(toplib/resources/vectors/gd.svg) !important; }

:where(.calc-scope) .flag-icon-gd.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gd.svg) !important; }

:where(.calc-scope) .flag-icon-ge {
  background-image: url(toplib/resources/vectors/ge.svg) !important; }

:where(.calc-scope) .flag-icon-ge.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ge.svg) !important; }

:where(.calc-scope) .flag-icon-gf {
  background-image: url(toplib/resources/vectors/gf.svg) !important; }

:where(.calc-scope) .flag-icon-gf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gf.svg) !important; }

:where(.calc-scope) .flag-icon-gg {
  background-image: url(toplib/resources/vectors/gg.svg) !important; }

:where(.calc-scope) .flag-icon-gg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gg.svg) !important; }

:where(.calc-scope) .flag-icon-gh {
  background-image: url(toplib/resources/vectors/gh.svg) !important; }

:where(.calc-scope) .flag-icon-gh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gh.svg) !important; }

:where(.calc-scope) .flag-icon-gi {
  background-image: url(toplib/resources/vectors/gi.svg) !important; }

:where(.calc-scope) .flag-icon-gi.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gi.svg) !important; }

:where(.calc-scope) .flag-icon-gl {
  background-image: url(toplib/resources/vectors/gl.svg) !important; }

:where(.calc-scope) .flag-icon-gl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gl.svg) !important; }

:where(.calc-scope) .flag-icon-gm {
  background-image: url(toplib/resources/vectors/gm.svg) !important; }

:where(.calc-scope) .flag-icon-gm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gm.svg) !important; }

:where(.calc-scope) .flag-icon-gn {
  background-image: url(toplib/resources/vectors/gn.svg) !important; }

:where(.calc-scope) .flag-icon-gn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gn.svg) !important; }

:where(.calc-scope) .flag-icon-gp {
  background-image: url(toplib/resources/vectors/gp.svg) !important; }

:where(.calc-scope) .flag-icon-gp.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gp.svg) !important; }

:where(.calc-scope) .flag-icon-gq {
  background-image: url(toplib/resources/vectors/gq.svg) !important; }

:where(.calc-scope) .flag-icon-gq.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gq.svg) !important; }

:where(.calc-scope) .flag-icon-gr {
  background-image: url(toplib/resources/vectors/gr.svg) !important; }

:where(.calc-scope) .flag-icon-gr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gr.svg) !important; }

:where(.calc-scope) .flag-icon-gs {
  background-image: url(toplib/resources/vectors/gs.svg) !important; }

:where(.calc-scope) .flag-icon-gs.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gs.svg) !important; }

:where(.calc-scope) .flag-icon-gt {
  background-image: url(toplib/resources/vectors/gt.svg) !important; }

:where(.calc-scope) .flag-icon-gt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gt.svg) !important; }

:where(.calc-scope) .flag-icon-gu {
  background-image: url(toplib/resources/vectors/gu.svg) !important; }

:where(.calc-scope) .flag-icon-gu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gu.svg) !important; }

:where(.calc-scope) .flag-icon-gw {
  background-image: url(toplib/resources/vectors/gw.svg) !important; }

:where(.calc-scope) .flag-icon-gw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gw.svg) !important; }

:where(.calc-scope) .flag-icon-gy {
  background-image: url(toplib/resources/vectors/gy.svg) !important; }

:where(.calc-scope) .flag-icon-gy.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gy.svg) !important; }

:where(.calc-scope) .flag-icon-hk {
  background-image: url(toplib/resources/vectors/hk.svg) !important; }

:where(.calc-scope) .flag-icon-hk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/hk.svg) !important; }

:where(.calc-scope) .flag-icon-hm {
  background-image: url(toplib/resources/vectors/hm.svg) !important; }

:where(.calc-scope) .flag-icon-hm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/hm.svg) !important; }

:where(.calc-scope) .flag-icon-hn {
  background-image: url(toplib/resources/vectors/hn.svg) !important; }

:where(.calc-scope) .flag-icon-hn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/hn.svg) !important; }

:where(.calc-scope) .flag-icon-hr {
  background-image: url(toplib/resources/vectors/hr.svg) !important; }

:where(.calc-scope) .flag-icon-hr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/hr.svg) !important; }

:where(.calc-scope) .flag-icon-ht {
  background-image: url(toplib/resources/vectors/ht.svg) !important; }

:where(.calc-scope) .flag-icon-ht.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ht.svg) !important; }

:where(.calc-scope) .flag-icon-hu {
  background-image: url(toplib/resources/vectors/hu.svg) !important; }

:where(.calc-scope) .flag-icon-hu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/hu.svg) !important; }

:where(.calc-scope) .flag-icon-id {
  background-image: url(toplib/resources/vectors/id.svg) !important; }

:where(.calc-scope) .flag-icon-id.flag-icon-squared {
  background-image: url(toplib/resources/vectors/id.svg) !important; }

:where(.calc-scope) .flag-icon-ie {
  background-image: url(toplib/resources/vectors/ie.svg) !important; }

:where(.calc-scope) .flag-icon-ie.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ie.svg) !important; }

:where(.calc-scope) .flag-icon-il {
  background-image: url(toplib/resources/vectors/il.svg) !important; }

:where(.calc-scope) .flag-icon-il.flag-icon-squared {
  background-image: url(toplib/resources/vectors/il.svg) !important; }

:where(.calc-scope) .flag-icon-im {
  background-image: url(toplib/resources/vectors/im.svg) !important; }

:where(.calc-scope) .flag-icon-im.flag-icon-squared {
  background-image: url(toplib/resources/vectors/im.svg) !important; }

:where(.calc-scope) .flag-icon-in {
  background-image: url(toplib/resources/vectors/in.svg) !important; }

:where(.calc-scope) .flag-icon-in.flag-icon-squared {
  background-image: url(toplib/resources/vectors/in.svg) !important; }

:where(.calc-scope) .flag-icon-io {
  background-image: url(toplib/resources/vectors/io.svg) !important; }

:where(.calc-scope) .flag-icon-io.flag-icon-squared {
  background-image: url(toplib/resources/vectors/io.svg) !important; }

:where(.calc-scope) .flag-icon-iq {
  background-image: url(toplib/resources/vectors/iq.svg) !important; }

:where(.calc-scope) .flag-icon-iq.flag-icon-squared {
  background-image: url(toplib/resources/vectors/iq.svg) !important; }

:where(.calc-scope) .flag-icon-ir {
  background-image: url(toplib/resources/vectors/ir.svg) !important; }

:where(.calc-scope) .flag-icon-ir.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ir.svg) !important; }

:where(.calc-scope) .flag-icon-is {
  background-image: url(toplib/resources/vectors/is.svg) !important; }

:where(.calc-scope) .flag-icon-is.flag-icon-squared {
  background-image: url(toplib/resources/vectors/is.svg) !important; }

:where(.calc-scope) .flag-icon-it {
  background-image: url(toplib/resources/vectors/it.svg) !important; }

:where(.calc-scope) .flag-icon-it.flag-icon-squared {
  background-image: url(toplib/resources/vectors/it.svg) !important; }

:where(.calc-scope) .flag-icon-je {
  background-image: url(toplib/resources/vectors/je.svg) !important; }

:where(.calc-scope) .flag-icon-je.flag-icon-squared {
  background-image: url(toplib/resources/vectors/je.svg) !important; }

:where(.calc-scope) .flag-icon-jm {
  background-image: url(toplib/resources/vectors/jm.svg) !important; }

:where(.calc-scope) .flag-icon-jm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/jm.svg) !important; }

:where(.calc-scope) .flag-icon-jo {
  background-image: url(toplib/resources/vectors/jo.svg) !important; }

:where(.calc-scope) .flag-icon-jo.flag-icon-squared {
  background-image: url(toplib/resources/vectors/jo.svg) !important; }

:where(.calc-scope) .flag-icon-jp {
  background-image: url(toplib/resources/vectors/jp.svg) !important; }

:where(.calc-scope) .flag-icon-jp.flag-icon-squared {
  background-image: url(toplib/resources/vectors/jp.svg) !important; }

:where(.calc-scope) .flag-icon-ke {
  background-image: url(toplib/resources/vectors/ke.svg) !important; }

:where(.calc-scope) .flag-icon-ke.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ke.svg) !important; }

:where(.calc-scope) .flag-icon-kg {
  background-image: url(toplib/resources/vectors/kg.svg) !important; }

:where(.calc-scope) .flag-icon-kg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kg.svg) !important; }

:where(.calc-scope) .flag-icon-kh {
  background-image: url(toplib/resources/vectors/kh.svg) !important; }

:where(.calc-scope) .flag-icon-kh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kh.svg) !important; }

:where(.calc-scope) .flag-icon-ki {
  background-image: url(toplib/resources/vectors/ki.svg) !important; }

:where(.calc-scope) .flag-icon-ki.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ki.svg) !important; }

:where(.calc-scope) .flag-icon-km {
  background-image: url(toplib/resources/vectors/km.svg) !important; }

:where(.calc-scope) .flag-icon-km.flag-icon-squared {
  background-image: url(toplib/resources/vectors/km.svg) !important; }

:where(.calc-scope) .flag-icon-kn {
  background-image: url(toplib/resources/vectors/kn.svg) !important; }

:where(.calc-scope) .flag-icon-kn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kn.svg) !important; }

:where(.calc-scope) .flag-icon-kp {
  background-image: url(toplib/resources/vectors/kp.svg) !important; }

:where(.calc-scope) .flag-icon-kp.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kp.svg) !important; }

:where(.calc-scope) .flag-icon-kr {
  background-image: url(toplib/resources/vectors/kr.svg) !important; }

:where(.calc-scope) .flag-icon-kr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kr.svg) !important; }

:where(.calc-scope) .flag-icon-kw {
  background-image: url(toplib/resources/vectors/kw.svg) !important; }

:where(.calc-scope) .flag-icon-kw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kw.svg) !important; }

:where(.calc-scope) .flag-icon-ky {
  background-image: url(toplib/resources/vectors/ky.svg) !important; }

:where(.calc-scope) .flag-icon-ky.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ky.svg) !important; }

:where(.calc-scope) .flag-icon-kz {
  background-image: url(toplib/resources/vectors/kz.svg) !important; }

:where(.calc-scope) .flag-icon-kz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/kz.svg) !important; }

:where(.calc-scope) .flag-icon-la {
  background-image: url(toplib/resources/vectors/la.svg) !important; }

:where(.calc-scope) .flag-icon-la.flag-icon-squared {
  background-image: url(toplib/resources/vectors/la.svg) !important; }

:where(.calc-scope) .flag-icon-lb {
  background-image: url(toplib/resources/vectors/lb.svg) !important; }

:where(.calc-scope) .flag-icon-lb.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lb.svg) !important; }

:where(.calc-scope) .flag-icon-lc {
  background-image: url(toplib/resources/vectors/lc.svg) !important; }

:where(.calc-scope) .flag-icon-lc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lc.svg) !important; }

:where(.calc-scope) .flag-icon-li {
  background-image: url(toplib/resources/vectors/li.svg) !important; }

:where(.calc-scope) .flag-icon-li.flag-icon-squared {
  background-image: url(toplib/resources/vectors/li.svg) !important; }

:where(.calc-scope) .flag-icon-lk {
  background-image: url(toplib/resources/vectors/lk.svg) !important; }

:where(.calc-scope) .flag-icon-lk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lk.svg) !important; }

:where(.calc-scope) .flag-icon-lr {
  background-image: url(toplib/resources/vectors/lr.svg) !important; }

:where(.calc-scope) .flag-icon-lr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lr.svg) !important; }

:where(.calc-scope) .flag-icon-ls {
  background-image: url(toplib/resources/vectors/ls.svg) !important; }

:where(.calc-scope) .flag-icon-ls.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ls.svg) !important; }

:where(.calc-scope) .flag-icon-lt {
  background-image: url(toplib/resources/vectors/lt.svg) !important; }

:where(.calc-scope) .flag-icon-lt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lt.svg) !important; }

:where(.calc-scope) .flag-icon-lu {
  background-image: url(toplib/resources/vectors/lu.svg) !important; }

:where(.calc-scope) .flag-icon-lu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lu.svg) !important; }

:where(.calc-scope) .flag-icon-lv {
  background-image: url(toplib/resources/vectors/lv.svg) !important; }

:where(.calc-scope) .flag-icon-lv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/lv.svg) !important; }

:where(.calc-scope) .flag-icon-ly {
  background-image: url(toplib/resources/vectors/ly.svg) !important; }

:where(.calc-scope) .flag-icon-ly.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ly.svg) !important; }

:where(.calc-scope) .flag-icon-ma {
  background-image: url(toplib/resources/vectors/ma.svg) !important; }

:where(.calc-scope) .flag-icon-ma.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ma.svg) !important; }

:where(.calc-scope) .flag-icon-mc {
  background-image: url(toplib/resources/vectors/mc.svg) !important; }

:where(.calc-scope) .flag-icon-mc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mc.svg) !important; }

:where(.calc-scope) .flag-icon-md {
  background-image: url(toplib/resources/vectors/md.svg) !important; }

:where(.calc-scope) .flag-icon-md.flag-icon-squared {
  background-image: url(toplib/resources/vectors/md.svg) !important; }

:where(.calc-scope) .flag-icon-me {
  background-image: url(toplib/resources/vectors/me.svg) !important; }

:where(.calc-scope) .flag-icon-me.flag-icon-squared {
  background-image: url(toplib/resources/vectors/me.svg) !important; }

:where(.calc-scope) .flag-icon-mf {
  background-image: url(toplib/resources/vectors/mf.svg) !important; }

:where(.calc-scope) .flag-icon-mf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mf.svg) !important; }

:where(.calc-scope) .flag-icon-mg {
  background-image: url(toplib/resources/vectors/mg.svg) !important; }

:where(.calc-scope) .flag-icon-mg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mg.svg) !important; }

:where(.calc-scope) .flag-icon-mh {
  background-image: url(toplib/resources/vectors/mh.svg) !important; }

:where(.calc-scope) .flag-icon-mh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mh.svg) !important; }

:where(.calc-scope) .flag-icon-mk {
  background-image: url(toplib/resources/vectors/mk.svg) !important; }

:where(.calc-scope) .flag-icon-mk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mk.svg) !important; }

:where(.calc-scope) .flag-icon-ml {
  background-image: url(toplib/resources/vectors/ml.svg) !important; }

:where(.calc-scope) .flag-icon-ml.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ml.svg) !important; }

:where(.calc-scope) .flag-icon-mm {
  background-image: url(toplib/resources/vectors/mm.svg) !important; }

:where(.calc-scope) .flag-icon-mm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mm.svg) !important; }

:where(.calc-scope) .flag-icon-mn {
  background-image: url(toplib/resources/vectors/mn.svg) !important; }

:where(.calc-scope) .flag-icon-mn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mn.svg) !important; }

:where(.calc-scope) .flag-icon-mo {
  background-image: url(toplib/resources/vectors/mo.svg) !important; }

:where(.calc-scope) .flag-icon-mo.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mo.svg) !important; }

:where(.calc-scope) .flag-icon-mp {
  background-image: url(toplib/resources/vectors/mp.svg) !important; }

:where(.calc-scope) .flag-icon-mp.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mp.svg) !important; }

:where(.calc-scope) .flag-icon-mq {
  background-image: url(toplib/resources/vectors/mq.svg) !important; }

:where(.calc-scope) .flag-icon-mq.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mq.svg) !important; }

:where(.calc-scope) .flag-icon-mr {
  background-image: url(toplib/resources/vectors/mr.svg) !important; }

:where(.calc-scope) .flag-icon-mr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mr.svg) !important; }

:where(.calc-scope) .flag-icon-ms {
  background-image: url(toplib/resources/vectors/ms.svg) !important; }

:where(.calc-scope) .flag-icon-ms.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ms.svg) !important; }

:where(.calc-scope) .flag-icon-mt {
  background-image: url(toplib/resources/vectors/mt.svg) !important; }

:where(.calc-scope) .flag-icon-mt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mt.svg) !important; }

:where(.calc-scope) .flag-icon-mu {
  background-image: url(toplib/resources/vectors/mu.svg) !important; }

:where(.calc-scope) .flag-icon-mu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mu.svg) !important; }

:where(.calc-scope) .flag-icon-mv {
  background-image: url(toplib/resources/vectors/mv.svg) !important; }

:where(.calc-scope) .flag-icon-mv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mv.svg) !important; }

:where(.calc-scope) .flag-icon-mw {
  background-image: url(toplib/resources/vectors/mw.svg) !important; }

:where(.calc-scope) .flag-icon-mw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mw.svg) !important; }

:where(.calc-scope) .flag-icon-mx {
  background-image: url(toplib/resources/vectors/mx.svg) !important; }

:where(.calc-scope) .flag-icon-mx.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mx.svg) !important; }

:where(.calc-scope) .flag-icon-my {
  background-image: url(toplib/resources/vectors/my.svg) !important; }

:where(.calc-scope) .flag-icon-my.flag-icon-squared {
  background-image: url(toplib/resources/vectors/my.svg) !important; }

:where(.calc-scope) .flag-icon-mz {
  background-image: url(toplib/resources/vectors/mz.svg) !important; }

:where(.calc-scope) .flag-icon-mz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/mz.svg) !important; }

:where(.calc-scope) .flag-icon-na {
  background-image: url(toplib/resources/vectors/na.svg) !important; }

:where(.calc-scope) .flag-icon-na.flag-icon-squared {
  background-image: url(toplib/resources/vectors/na.svg) !important; }

:where(.calc-scope) .flag-icon-nc {
  background-image: url(toplib/resources/vectors/nc.svg) !important; }

:where(.calc-scope) .flag-icon-nc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nc.svg) !important; }

:where(.calc-scope) .flag-icon-ne {
  background-image: url(toplib/resources/vectors/ne.svg) !important; }

:where(.calc-scope) .flag-icon-ne.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ne.svg) !important; }

:where(.calc-scope) .flag-icon-nf {
  background-image: url(toplib/resources/vectors/nf.svg) !important; }

:where(.calc-scope) .flag-icon-nf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nf.svg) !important; }

:where(.calc-scope) .flag-icon-ng {
  background-image: url(toplib/resources/vectors/ng.svg) !important; }

:where(.calc-scope) .flag-icon-ng.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ng.svg) !important; }

:where(.calc-scope) .flag-icon-ni {
  background-image: url(toplib/resources/vectors/ni.svg) !important; }

:where(.calc-scope) .flag-icon-ni.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ni.svg) !important; }

:where(.calc-scope) .flag-icon-nl {
  background-image: url(toplib/resources/vectors/nl.svg) !important; }

:where(.calc-scope) .flag-icon-nl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nl.svg) !important; }

:where(.calc-scope) .flag-icon-no {
  background-image: url(toplib/resources/vectors/no.svg) !important; }

:where(.calc-scope) .flag-icon-no.flag-icon-squared {
  background-image: url(toplib/resources/vectors/no.svg) !important; }

:where(.calc-scope) .flag-icon-np {
  background-image: url(toplib/resources/vectors/np.svg) !important; }

:where(.calc-scope) .flag-icon-np.flag-icon-squared {
  background-image: url(toplib/resources/vectors/np.svg) !important; }

:where(.calc-scope) .flag-icon-nr {
  background-image: url(toplib/resources/vectors/nr.svg) !important; }

:where(.calc-scope) .flag-icon-nr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nr.svg) !important; }

:where(.calc-scope) .flag-icon-nu {
  background-image: url(toplib/resources/vectors/nu.svg) !important; }

:where(.calc-scope) .flag-icon-nu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nu.svg) !important; }

:where(.calc-scope) .flag-icon-nz {
  background-image: url(toplib/resources/vectors/nz.svg) !important; }

:where(.calc-scope) .flag-icon-nz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/nz.svg) !important; }

:where(.calc-scope) .flag-icon-om {
  background-image: url(toplib/resources/vectors/om.svg) !important; }

:where(.calc-scope) .flag-icon-om.flag-icon-squared {
  background-image: url(toplib/resources/vectors/om.svg) !important; }

:where(.calc-scope) .flag-icon-pa {
  background-image: url(toplib/resources/vectors/pa.svg) !important; }

:where(.calc-scope) .flag-icon-pa.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pa.svg) !important; }

:where(.calc-scope) .flag-icon-pe {
  background-image: url(toplib/resources/vectors/pe.svg) !important; }

:where(.calc-scope) .flag-icon-pe.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pe.svg) !important; }

:where(.calc-scope) .flag-icon-pf {
  background-image: url(toplib/resources/vectors/pf.svg) !important; }

:where(.calc-scope) .flag-icon-pf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pf.svg) !important; }

:where(.calc-scope) .flag-icon-pg {
  background-image: url(toplib/resources/vectors/pg.svg) !important; }

:where(.calc-scope) .flag-icon-pg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pg.svg) !important; }

:where(.calc-scope) .flag-icon-ph {
  background-image: url(toplib/resources/vectors/ph.svg) !important; }

:where(.calc-scope) .flag-icon-ph.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ph.svg) !important; }

:where(.calc-scope) .flag-icon-pk {
  background-image: url(toplib/resources/vectors/pk.svg) !important; }

:where(.calc-scope) .flag-icon-pk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pk.svg) !important; }

:where(.calc-scope) .flag-icon-pl {
  background-image: url(toplib/resources/vectors/pl.svg) !important; }

:where(.calc-scope) .flag-icon-pl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pl.svg) !important; }

:where(.calc-scope) .flag-icon-pm {
  background-image: url(toplib/resources/vectors/pm.svg) !important; }

:where(.calc-scope) .flag-icon-pm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pm.svg) !important; }

:where(.calc-scope) .flag-icon-pn {
  background-image: url(toplib/resources/vectors/pn.svg) !important; }

:where(.calc-scope) .flag-icon-pn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pn.svg) !important; }

:where(.calc-scope) .flag-icon-pr {
  background-image: url(toplib/resources/vectors/pr.svg) !important; }

:where(.calc-scope) .flag-icon-pr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pr.svg) !important; }

:where(.calc-scope) .flag-icon-ps {
  background-image: url(toplib/resources/vectors/ps.svg) !important; }

:where(.calc-scope) .flag-icon-ps.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ps.svg) !important; }

:where(.calc-scope) .flag-icon-pt {
  background-image: url(toplib/resources/vectors/pt.svg) !important; }

:where(.calc-scope) .flag-icon-pt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pt.svg) !important; }

:where(.calc-scope) .flag-icon-pw {
  background-image: url(toplib/resources/vectors/pw.svg) !important; }

:where(.calc-scope) .flag-icon-pw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/pw.svg) !important; }

:where(.calc-scope) .flag-icon-py {
  background-image: url(toplib/resources/vectors/py.svg) !important; }

:where(.calc-scope) .flag-icon-py.flag-icon-squared {
  background-image: url(toplib/resources/vectors/py.svg) !important; }

:where(.calc-scope) .flag-icon-qa {
  background-image: url(toplib/resources/vectors/qa.svg) !important; }

:where(.calc-scope) .flag-icon-qa.flag-icon-squared {
  background-image: url(toplib/resources/vectors/qa.svg) !important; }

:where(.calc-scope) .flag-icon-re {
  background-image: url(toplib/resources/vectors/re.svg) !important; }

:where(.calc-scope) .flag-icon-re.flag-icon-squared {
  background-image: url(toplib/resources/vectors/re.svg) !important; }

:where(.calc-scope) .flag-icon-ro {
  background-image: url(toplib/resources/vectors/ro.svg) !important; }

:where(.calc-scope) .flag-icon-ro.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ro.svg) !important; }

:where(.calc-scope) .flag-icon-rs {
  background-image: url(toplib/resources/vectors/rs.svg) !important; }

:where(.calc-scope) .flag-icon-rs.flag-icon-squared {
  background-image: url(toplib/resources/vectors/rs.svg) !important; }

:where(.calc-scope) .flag-icon-ru {
  background-image: url(toplib/resources/vectors/ru.svg) !important; }

:where(.calc-scope) .flag-icon-ru.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ru.svg) !important; }

:where(.calc-scope) .flag-icon-rw {
  background-image: url(toplib/resources/vectors/rw.svg) !important; }

:where(.calc-scope) .flag-icon-rw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/rw.svg) !important; }

:where(.calc-scope) .flag-icon-sa {
  background-image: url(toplib/resources/vectors/sa.svg) !important; }

:where(.calc-scope) .flag-icon-sa.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sa.svg) !important; }

:where(.calc-scope) .flag-icon-sb {
  background-image: url(toplib/resources/vectors/sb.svg) !important; }

:where(.calc-scope) .flag-icon-sb.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sb.svg) !important; }

:where(.calc-scope) .flag-icon-sc {
  background-image: url(toplib/resources/vectors/sc.svg) !important; }

:where(.calc-scope) .flag-icon-sc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sc.svg) !important; }

:where(.calc-scope) .flag-icon-sd {
  background-image: url(toplib/resources/vectors/sd.svg) !important; }

:where(.calc-scope) .flag-icon-sd.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sd.svg) !important; }

:where(.calc-scope) .flag-icon-se {
  background-image: url(toplib/resources/vectors/se.svg) !important; }

:where(.calc-scope) .flag-icon-se.flag-icon-squared {
  background-image: url(toplib/resources/vectors/se.svg) !important; }

:where(.calc-scope) .flag-icon-sg {
  background-image: url(toplib/resources/vectors/sg.svg) !important; }

:where(.calc-scope) .flag-icon-sg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sg.svg) !important; }

:where(.calc-scope) .flag-icon-sh {
  background-image: url(toplib/resources/vectors/sh.svg) !important; }

:where(.calc-scope) .flag-icon-sh.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sh.svg) !important; }

:where(.calc-scope) .flag-icon-si {
  background-image: url(toplib/resources/vectors/si.svg) !important; }

:where(.calc-scope) .flag-icon-si.flag-icon-squared {
  background-image: url(toplib/resources/vectors/si.svg) !important; }

:where(.calc-scope) .flag-icon-sj {
  background-image: url(toplib/resources/vectors/sj.svg) !important; }

:where(.calc-scope) .flag-icon-sj.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sj.svg) !important; }

:where(.calc-scope) .flag-icon-sk {
  background-image: url(toplib/resources/vectors/sk.svg) !important; }

:where(.calc-scope) .flag-icon-sk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sk.svg) !important; }

:where(.calc-scope) .flag-icon-sl {
  background-image: url(toplib/resources/vectors/sl.svg) !important; }

:where(.calc-scope) .flag-icon-sl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sl.svg) !important; }

:where(.calc-scope) .flag-icon-sm {
  background-image: url(toplib/resources/vectors/sm.svg) !important; }

:where(.calc-scope) .flag-icon-sm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sm.svg) !important; }

:where(.calc-scope) .flag-icon-sn {
  background-image: url(toplib/resources/vectors/sn.svg) !important; }

:where(.calc-scope) .flag-icon-sn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sn.svg) !important; }

:where(.calc-scope) .flag-icon-so {
  background-image: url(toplib/resources/vectors/so.svg) !important; }

:where(.calc-scope) .flag-icon-so.flag-icon-squared {
  background-image: url(toplib/resources/vectors/so.svg) !important; }

:where(.calc-scope) .flag-icon-sr {
  background-image: url(toplib/resources/vectors/sr.svg) !important; }

:where(.calc-scope) .flag-icon-sr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sr.svg) !important; }

:where(.calc-scope) .flag-icon-ss {
  background-image: url(toplib/resources/vectors/ss.svg) !important; }

:where(.calc-scope) .flag-icon-ss.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ss.svg) !important; }

:where(.calc-scope) .flag-icon-st {
  background-image: url(toplib/resources/vectors/st.svg) !important; }

:where(.calc-scope) .flag-icon-st.flag-icon-squared {
  background-image: url(toplib/resources/vectors/st.svg) !important; }

:where(.calc-scope) .flag-icon-sv {
  background-image: url(toplib/resources/vectors/sv.svg) !important; }

:where(.calc-scope) .flag-icon-sv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sv.svg) !important; }

:where(.calc-scope) .flag-icon-sx {
  background-image: url(toplib/resources/vectors/sx.svg) !important; }

:where(.calc-scope) .flag-icon-sx.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sx.svg) !important; }

:where(.calc-scope) .flag-icon-sy {
  background-image: url(toplib/resources/vectors/sy.svg) !important; }

:where(.calc-scope) .flag-icon-sy.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sy.svg) !important; }

:where(.calc-scope) .flag-icon-sz {
  background-image: url(toplib/resources/vectors/sz.svg) !important; }

:where(.calc-scope) .flag-icon-sz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/sz.svg) !important; }

:where(.calc-scope) .flag-icon-tc {
  background-image: url(toplib/resources/vectors/tc.svg) !important; }

:where(.calc-scope) .flag-icon-tc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tc.svg) !important; }

:where(.calc-scope) .flag-icon-td {
  background-image: url(toplib/resources/vectors/td.svg) !important; }

:where(.calc-scope) .flag-icon-td.flag-icon-squared {
  background-image: url(toplib/resources/vectors/td.svg) !important; }

:where(.calc-scope) .flag-icon-tf {
  background-image: url(toplib/resources/vectors/tf.svg) !important; }

:where(.calc-scope) .flag-icon-tf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tf.svg) !important; }

:where(.calc-scope) .flag-icon-tg {
  background-image: url(toplib/resources/vectors/tg.svg) !important; }

:where(.calc-scope) .flag-icon-tg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tg.svg) !important; }

:where(.calc-scope) .flag-icon-th {
  background-image: url(toplib/resources/vectors/th.svg) !important; }

:where(.calc-scope) .flag-icon-th.flag-icon-squared {
  background-image: url(toplib/resources/vectors/th.svg) !important; }

:where(.calc-scope) .flag-icon-tj {
  background-image: url(toplib/resources/vectors/tj.svg) !important; }

:where(.calc-scope) .flag-icon-tj.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tj.svg) !important; }

:where(.calc-scope) .flag-icon-tk {
  background-image: url(toplib/resources/vectors/tk.svg) !important; }

:where(.calc-scope) .flag-icon-tk.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tk.svg) !important; }

:where(.calc-scope) .flag-icon-tl {
  background-image: url(toplib/resources/vectors/tl.svg) !important; }

:where(.calc-scope) .flag-icon-tl.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tl.svg) !important; }

:where(.calc-scope) .flag-icon-tm {
  background-image: url(toplib/resources/vectors/tm.svg) !important; }

:where(.calc-scope) .flag-icon-tm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tm.svg) !important; }

:where(.calc-scope) .flag-icon-tn {
  background-image: url(toplib/resources/vectors/tn.svg) !important; }

:where(.calc-scope) .flag-icon-tn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tn.svg) !important; }

:where(.calc-scope) .flag-icon-to {
  background-image: url(toplib/resources/vectors/to.svg) !important; }

:where(.calc-scope) .flag-icon-to.flag-icon-squared {
  background-image: url(toplib/resources/vectors/to.svg) !important; }

:where(.calc-scope) .flag-icon-tr {
  background-image: url(toplib/resources/vectors/tr.svg) !important; }

:where(.calc-scope) .flag-icon-tr.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tr.svg) !important; }

:where(.calc-scope) .flag-icon-tt {
  background-image: url(toplib/resources/vectors/tt.svg) !important; }

:where(.calc-scope) .flag-icon-tt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tt.svg) !important; }

:where(.calc-scope) .flag-icon-tv {
  background-image: url(toplib/resources/vectors/tv.svg) !important; }

:where(.calc-scope) .flag-icon-tv.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tv.svg) !important; }

:where(.calc-scope) .flag-icon-tw {
  background-image: url(toplib/resources/vectors/tw.svg) !important; }

:where(.calc-scope) .flag-icon-tw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tw.svg) !important; }

:where(.calc-scope) .flag-icon-tz {
  background-image: url(toplib/resources/vectors/tz.svg) !important; }

:where(.calc-scope) .flag-icon-tz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/tz.svg) !important; }

:where(.calc-scope) .flag-icon-ua {
  background-image: url(toplib/resources/vectors/ua.svg) !important; }

:where(.calc-scope) .flag-icon-ua.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ua.svg) !important; }

:where(.calc-scope) .flag-icon-ug {
  background-image: url(toplib/resources/vectors/ug.svg) !important; }

:where(.calc-scope) .flag-icon-ug.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ug.svg) !important; }

:where(.calc-scope) .flag-icon-um {
  background-image: url(toplib/resources/vectors/um.svg) !important; }

:where(.calc-scope) .flag-icon-um.flag-icon-squared {
  background-image: url(toplib/resources/vectors/um.svg) !important; }

:where(.calc-scope) .flag-icon-us {
  background-image: url(toplib/resources/vectors/us.svg) !important; }

:where(.calc-scope) .flag-icon-us.flag-icon-squared {
  background-image: url(toplib/resources/vectors/us.svg) !important; }

:where(.calc-scope) .flag-icon-uy {
  background-image: url(toplib/resources/vectors/uy.svg) !important; }

:where(.calc-scope) .flag-icon-uy.flag-icon-squared {
  background-image: url(toplib/resources/vectors/uy.svg) !important; }

:where(.calc-scope) .flag-icon-uz {
  background-image: url(toplib/resources/vectors/uz.svg) !important; }

:where(.calc-scope) .flag-icon-uz.flag-icon-squared {
  background-image: url(toplib/resources/vectors/uz.svg) !important; }

:where(.calc-scope) .flag-icon-va {
  background-image: url(toplib/resources/vectors/va.svg) !important; }

:where(.calc-scope) .flag-icon-va.flag-icon-squared {
  background-image: url(toplib/resources/vectors/va.svg) !important; }

:where(.calc-scope) .flag-icon-vc {
  background-image: url(toplib/resources/vectors/vc.svg) !important; }

:where(.calc-scope) .flag-icon-vc.flag-icon-squared {
  background-image: url(toplib/resources/vectors/vc.svg) !important; }

:where(.calc-scope) .flag-icon-ve {
  background-image: url(toplib/resources/vectors/ve.svg) !important; }

:where(.calc-scope) .flag-icon-ve.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ve.svg) !important; }

:where(.calc-scope) .flag-icon-vg {
  background-image: url(toplib/resources/vectors/vg.svg) !important; }

:where(.calc-scope) .flag-icon-vg.flag-icon-squared {
  background-image: url(toplib/resources/vectors/vg.svg) !important; }

:where(.calc-scope) .flag-icon-vi {
  background-image: url(toplib/resources/vectors/vi.svg) !important; }

:where(.calc-scope) .flag-icon-vi.flag-icon-squared {
  background-image: url(toplib/resources/vectors/vi.svg) !important; }

:where(.calc-scope) .flag-icon-vn {
  background-image: url(toplib/resources/vectors/vn.svg) !important; }

:where(.calc-scope) .flag-icon-vn.flag-icon-squared {
  background-image: url(toplib/resources/vectors/vn.svg) !important; }

:where(.calc-scope) .flag-icon-vu {
  background-image: url(toplib/resources/vectors/vu.svg) !important; }

:where(.calc-scope) .flag-icon-vu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/vu.svg) !important; }

:where(.calc-scope) .flag-icon-wf {
  background-image: url(toplib/resources/vectors/wf.svg) !important; }

:where(.calc-scope) .flag-icon-wf.flag-icon-squared {
  background-image: url(toplib/resources/vectors/wf.svg) !important; }

:where(.calc-scope) .flag-icon-ws {
  background-image: url(toplib/resources/vectors/ws.svg) !important; }

:where(.calc-scope) .flag-icon-ws.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ws.svg) !important; }

:where(.calc-scope) .flag-icon-ye {
  background-image: url(toplib/resources/vectors/ye.svg) !important; }

:where(.calc-scope) .flag-icon-ye.flag-icon-squared {
  background-image: url(toplib/resources/vectors/ye.svg) !important; }

:where(.calc-scope) .flag-icon-yt {
  background-image: url(toplib/resources/vectors/yt.svg) !important; }

:where(.calc-scope) .flag-icon-yt.flag-icon-squared {
  background-image: url(toplib/resources/vectors/yt.svg) !important; }

:where(.calc-scope) .flag-icon-za {
  background-image: url(toplib/resources/vectors/za.svg) !important; }

:where(.calc-scope) .flag-icon-za.flag-icon-squared {
  background-image: url(toplib/resources/vectors/za.svg) !important; }

:where(.calc-scope) .flag-icon-zm {
  background-image: url(toplib/resources/vectors/zm.svg) !important; }

:where(.calc-scope) .flag-icon-zm.flag-icon-squared {
  background-image: url(toplib/resources/vectors/zm.svg) !important; }

:where(.calc-scope) .flag-icon-zw {
  background-image: url(toplib/resources/vectors/zw.svg) !important; }

:where(.calc-scope) .flag-icon-zw.flag-icon-squared {
  background-image: url(toplib/resources/vectors/zw.svg) !important; }

:where(.calc-scope) .flag-icon-es-ct {
  background-image: url(toplib/resources/vectors/es-ct.svg) !important; }

:where(.calc-scope) .flag-icon-es-ct.flag-icon-squared {
  background-image: url(toplib/resources/vectors/es-ct.svg) !important; }

:where(.calc-scope) .flag-icon-eu {
  background-image: url(toplib/resources/vectors/eu.svg) !important; }

:where(.calc-scope) .flag-icon-eu.flag-icon-squared {
  background-image: url(toplib/resources/vectors/eu.svg) !important; }

:where(.calc-scope) .flag-icon-gb-eng {
  background-image: url(toplib/resources/vectors/gb-eng.svg) !important; }

:where(.calc-scope) .flag-icon-gb-eng.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gb-eng.svg) !important; }

:where(.calc-scope) .flag-icon-gb-nir {
  background-image: url(toplib/resources/vectors/gb-nir.svg) !important; }

:where(.calc-scope) .flag-icon-gb-nir.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gb-nir.svg) !important; }

:where(.calc-scope) .flag-icon-gb-sct {
  background-image: url(toplib/resources/vectors/gb-sct.svg) !important; }

:where(.calc-scope) .flag-icon-gb-sct.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gb-sct.svg) !important; }

:where(.calc-scope) .flag-icon-gb-wls {
  background-image: url(toplib/resources/vectors/gb-wls.svg) !important; }

:where(.calc-scope) .flag-icon-gb-wls.flag-icon-squared {
  background-image: url(toplib/resources/vectors/gb-wls.svg) !important; }

:where(.calc-scope) .flag-icon-un {
  background-image: url(toplib/resources/vectors/un.svg) !important; }

:where(.calc-scope) .flag-icon-un.flag-icon-squared {
  background-image: url(toplib/resources/vectors/un.svg) !important; }

:where(.calc-scope) .select-dropdown li img {
  height: 24px;
  width: 24px;
  margin: 12px 15px;
  float: left; }

:where(.calc-scope) #container {
  margin-top: 20px;
  margin-left: 30px;
  position: absolute;
  bottom: 36px;
  left: -26px; }

:where(.calc-scope) .active #container img {
  display: block;
  width: 21px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -23px; }

:where(.calc-scope) .flag {
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  width: 16px;
  height: 11px; }

:where(.calc-scope) .flag.ad {
  background-position: 0 0; }

:where(.calc-scope) .flag.ae {
  background-position: 0 -11px; }

:where(.calc-scope) .flag.af {
  background-position: 0 -22px; }

:where(.calc-scope) .flag.ag {
  background-position: 0 -33px; }

:where(.calc-scope) .flag.ai {
  background-position: 0 -44px; }

:where(.calc-scope) .flag.al {
  background-position: 0 -55px; }

:where(.calc-scope) .flag.am {
  background-position: 0 -66px; }

:where(.calc-scope) .flag.an {
  background-position: 0 -77px; }

:where(.calc-scope) .flag.ao {
  background-position: 0 -88px; }

:where(.calc-scope) .flag.ar {
  background-position: 0 -99px; }

:where(.calc-scope) .flag.as {
  background-position: 0 -110px; }

:where(.calc-scope) .flag.at {
  background-position: 0 -121px; }

:where(.calc-scope) .flag.au {
  background-position: 0 -132px; }

:where(.calc-scope) .flag.aw {
  background-position: 0 -143px; }

:where(.calc-scope) .flag.ax {
  background-position: 0 -154px; }

:where(.calc-scope) .flag.az {
  background-position: 0 -165px; }

:where(.calc-scope) .flag.ba {
  background-position: 0 -176px; }

:where(.calc-scope) .flag.bb {
  background-position: 0 -187px; }

:where(.calc-scope) .flag.bd {
  background-position: 0 -198px; }

:where(.calc-scope) .flag.be {
  background-position: 0 -209px; }

:where(.calc-scope) .flag.bf {
  background-position: 0 -220px; }

:where(.calc-scope) .flag.bg {
  background-position: 0 -231px; }

:where(.calc-scope) .flag.bh {
  background-position: 0 -242px; }

:where(.calc-scope) .flag.bi {
  background-position: 0 -253px; }

:where(.calc-scope) .flag.bj {
  background-position: 0 -264px; }

:where(.calc-scope) .flag.bm {
  background-position: 0 -275px; }

:where(.calc-scope) .flag.bn {
  background-position: 0 -286px; }

:where(.calc-scope) .flag.bo {
  background-position: 0 -297px; }

:where(.calc-scope) .flag.br {
  background-position: 0 -308px; }

:where(.calc-scope) .flag.bs {
  background-position: 0 -319px; }

:where(.calc-scope) .flag.bt {
  background-position: 0 -330px; }

:where(.calc-scope) .flag.bv {
  background-position: 0 -341px; }

:where(.calc-scope) .flag.bw {
  background-position: 0 -352px; }

:where(.calc-scope) .flag.by {
  background-position: 0 -363px; }

:where(.calc-scope) .flag.bz {
  background-position: 0 -374px; }

:where(.calc-scope) .flag.ca {
  background-position: 0 -385px; }

:where(.calc-scope) .flag.catalonia {
  background-position: 0 -396px; }

:where(.calc-scope) .flag.cc {
  background-position: 0 -407px; }

:where(.calc-scope) .flag.cd {
  background-position: 0 -418px; }

:where(.calc-scope) .flag.cf {
  background-position: 0 -429px; }

:where(.calc-scope) .flag.cg {
  background-position: 0 -440px; }

:where(.calc-scope) .flag.ch {
  background-position: 0 -451px; }

:where(.calc-scope) .flag.ci {
  background-position: 0 -462px; }

:where(.calc-scope) .flag.ck {
  background-position: 0 -473px; }

:where(.calc-scope) .flag.cl {
  background-position: 0 -484px; }

:where(.calc-scope) .flag.cm {
  background-position: 0 -495px; }

:where(.calc-scope) .flag.cn {
  background-position: 0 -506px; }

:where(.calc-scope) .flag.co {
  background-position: 0 -517px; }

:where(.calc-scope) .flag.cu {
  background-position: 0 -528px; }

:where(.calc-scope) .flag.cr {
  background-position: 0 -539px; }

:where(.calc-scope) .flag.cs {
  background-position: 0 -550px; }

:where(.calc-scope) .flag.cv {
  background-position: 0 -561px; }

:where(.calc-scope) .flag.cx {
  background-position: 0 -572px; }

:where(.calc-scope) .flag.cy {
  background-position: -16px 0; }

:where(.calc-scope) .flag.cz {
  background-position: -16px -11px; }

:where(.calc-scope) .flag.de {
  background-position: -16px -22px; }

:where(.calc-scope) .flag.dj {
  background-position: -16px -33px; }

:where(.calc-scope) .flag.dk {
  background-position: -16px -44px; }

:where(.calc-scope) .flag.dm {
  background-position: -16px -55px; }

:where(.calc-scope) .flag.do {
  background-position: -16px -66px; }

:where(.calc-scope) .flag.dz {
  background-position: -16px -77px; }

:where(.calc-scope) .flag.ec {
  background-position: -16px -88px; }

:where(.calc-scope) .flag.ee {
  background-position: -16px -99px; }

:where(.calc-scope) .flag.eg {
  background-position: -16px -110px; }

:where(.calc-scope) .flag.eh {
  background-position: -16px -121px; }

:where(.calc-scope) .flag.england {
  background-position: -16px -132px; }

:where(.calc-scope) .flag.er {
  background-position: -16px -143px; }

:where(.calc-scope) .flag.es {
  background-position: -16px -154px; }

:where(.calc-scope) .flag.et {
  background-position: -16px -165px; }

:where(.calc-scope) .flag.eu {
  background-position: -16px -176px; }

:where(.calc-scope) .flag.fam {
  background-position: -16px -187px; }

:where(.calc-scope) .flag.fi {
  background-position: -16px -198px; }

:where(.calc-scope) .flag.fj {
  background-position: -16px -209px; }

:where(.calc-scope) .flag.fk {
  background-position: -16px -220px; }

:where(.calc-scope) .flag.fm {
  background-position: -16px -231px; }

:where(.calc-scope) .flag.fo {
  background-position: -16px -242px; }

:where(.calc-scope) .flag.fr {
  background-position: -16px -253px; }

:where(.calc-scope) .flag.ga {
  background-position: -16px -264px; }

:where(.calc-scope) .flag.gb {
  background-position: -16px -275px; }

:where(.calc-scope) .flag.gd {
  background-position: -16px -286px; }

:where(.calc-scope) .flag.ge {
  background-position: -16px -297px; }

:where(.calc-scope) .flag.gf {
  background-position: -16px -308px; }

:where(.calc-scope) .flag.gh {
  background-position: -16px -319px; }

:where(.calc-scope) .flag.gi {
  background-position: -16px -330px; }

:where(.calc-scope) .flag.gl {
  background-position: -16px -341px; }

:where(.calc-scope) .flag.gm {
  background-position: -16px -352px; }

:where(.calc-scope) .flag.gn {
  background-position: -16px -363px; }

:where(.calc-scope) .flag.gp {
  background-position: -16px -374px; }

:where(.calc-scope) .flag.gq {
  background-position: -16px -385px; }

:where(.calc-scope) .flag.gr {
  background-position: -16px -396px; }

:where(.calc-scope) .flag.gs {
  background-position: -16px -407px; }

:where(.calc-scope) .flag.gt {
  background-position: -16px -418px; }

:where(.calc-scope) .flag.gu {
  background-position: -16px -429px; }

:where(.calc-scope) .flag.gw {
  background-position: -16px -440px; }

:where(.calc-scope) .flag.gy {
  background-position: -16px -451px; }

:where(.calc-scope) .flag.hk {
  background-position: -16px -462px; }

:where(.calc-scope) .flag.hm {
  background-position: -16px -473px; }

:where(.calc-scope) .flag.hn {
  background-position: -16px -484px; }

:where(.calc-scope) .flag.hr {
  background-position: -16px -495px; }

:where(.calc-scope) .flag.ht {
  background-position: -16px -506px; }

:where(.calc-scope) .flag.hu {
  background-position: -16px -517px; }

:where(.calc-scope) .flag.id {
  background-position: -16px -528px; }

:where(.calc-scope) .flag.ie {
  background-position: -16px -539px; }

:where(.calc-scope) .flag.il {
  background-position: -16px -550px; }

:where(.calc-scope) .flag.in {
  background-position: -16px -561px; }

:where(.calc-scope) .flag.io {
  background-position: -16px -572px; }

:where(.calc-scope) .flag.iq {
  background-position: -32px 0; }

:where(.calc-scope) .flag.ir {
  background-position: -32px -11px; }

:where(.calc-scope) .flag.is {
  background-position: -32px -22px; }

:where(.calc-scope) .flag.it {
  background-position: -32px -33px; }

:where(.calc-scope) .flag.jm {
  background-position: -32px -44px; }

:where(.calc-scope) .flag.jo {
  background-position: -32px -55px; }

:where(.calc-scope) .flag.jp {
  background-position: -32px -66px; }

:where(.calc-scope) .flag.ke {
  background-position: -32px -77px; }

:where(.calc-scope) .flag.kg {
  background-position: -32px -88px; }

:where(.calc-scope) .flag.kh {
  background-position: -32px -99px; }

:where(.calc-scope) .flag.ki {
  background-position: -32px -110px; }

:where(.calc-scope) .flag.km {
  background-position: -32px -121px; }

:where(.calc-scope) .flag.kn {
  background-position: -32px -132px; }

:where(.calc-scope) .flag.kp {
  background-position: -32px -143px; }

:where(.calc-scope) .flag.kr {
  background-position: -32px -154px; }

:where(.calc-scope) .flag.kw {
  background-position: -32px -165px; }

:where(.calc-scope) .flag.ky {
  background-position: -32px -176px; }

:where(.calc-scope) .flag.kz {
  background-position: -32px -187px; }

:where(.calc-scope) .flag.la {
  background-position: -32px -198px; }

:where(.calc-scope) .flag.lb {
  background-position: -32px -209px; }

:where(.calc-scope) .flag.lc {
  background-position: -32px -220px; }

:where(.calc-scope) .flag.li {
  background-position: -32px -231px; }

:where(.calc-scope) .flag.lr {
  background-position: -32px -242px; }

:where(.calc-scope) .flag.lk {
  background-position: -32px -253px; }

:where(.calc-scope) .flag.ls {
  background-position: -32px -264px; }

:where(.calc-scope) .flag.lt {
  background-position: -32px -275px; }

:where(.calc-scope) .flag.lu {
  background-position: -32px -286px; }

:where(.calc-scope) .flag.lv {
  background-position: -32px -297px; }

:where(.calc-scope) .flag.ly {
  background-position: -32px -308px; }

:where(.calc-scope) .flag.ma {
  background-position: -32px -319px; }

:where(.calc-scope) .flag.mc {
  background-position: -32px -330px; }

:where(.calc-scope) .flag.md {
  background-position: -32px -341px; }

:where(.calc-scope) .flag.me {
  background-position: -32px -352px; }

:where(.calc-scope) .flag.mg {
  background-position: -32px -363px; }

:where(.calc-scope) .flag.mh {
  background-position: -32px -374px; }

:where(.calc-scope) .flag.mk {
  background-position: -32px -385px; }

:where(.calc-scope) .flag.ml {
  background-position: -32px -396px; }

:where(.calc-scope) .flag.mm {
  background-position: -32px -407px; }

:where(.calc-scope) .flag.mn {
  background-position: -32px -418px; }

:where(.calc-scope) .flag.mo {
  background-position: -32px -429px; }

:where(.calc-scope) .flag.mp {
  background-position: -32px -440px; }

:where(.calc-scope) .flag.mq {
  background-position: -32px -451px; }

:where(.calc-scope) .flag.mr {
  background-position: -32px -462px; }

:where(.calc-scope) .flag.ms {
  background-position: -32px -473px; }

:where(.calc-scope) .flag.mt {
  background-position: -32px -484px; }

:where(.calc-scope) .flag.mu {
  background-position: -32px -495px; }

:where(.calc-scope) .flag.mv {
  background-position: -32px -506px; }

:where(.calc-scope) .flag.mw {
  background-position: -32px -517px; }

:where(.calc-scope) .flag.mx {
  background-position: -32px -528px; }

:where(.calc-scope) .flag.my {
  background-position: -32px -539px; }

:where(.calc-scope) .flag.mz {
  background-position: -32px -550px; }

:where(.calc-scope) .flag.na {
  background-position: -32px -561px; }

:where(.calc-scope) .flag.nc {
  background-position: -32px -572px; }

:where(.calc-scope) .flag.ne {
  background-position: -48px 0; }

:where(.calc-scope) .flag.nf {
  background-position: -48px -11px; }

:where(.calc-scope) .flag.ng {
  background-position: -48px -22px; }

:where(.calc-scope) .flag.ni {
  background-position: -48px -33px; }

:where(.calc-scope) .flag.nl {
  background-position: -48px -44px; }

:where(.calc-scope) .flag.no {
  background-position: -48px -55px; }

:where(.calc-scope) .flag.np {
  background-position: -48px -66px; }

:where(.calc-scope) .flag.nr {
  background-position: -48px -77px; }

:where(.calc-scope) .flag.nu {
  background-position: -48px -88px; }

:where(.calc-scope) .flag.nz {
  background-position: -48px -99px; }

:where(.calc-scope) .flag.om {
  background-position: -48px -110px; }

:where(.calc-scope) .flag.pa {
  background-position: -48px -121px; }

:where(.calc-scope) .flag.pe {
  background-position: -48px -132px; }

:where(.calc-scope) .flag.pf {
  background-position: -48px -143px; }

:where(.calc-scope) .flag.pg {
  background-position: -48px -154px; }

:where(.calc-scope) .flag.ph {
  background-position: -48px -165px; }

:where(.calc-scope) .flag.pk {
  background-position: -48px -176px; }

:where(.calc-scope) .flag.pl {
  background-position: -48px -187px; }

:where(.calc-scope) .flag.pm {
  background-position: -48px -198px; }

:where(.calc-scope) .flag.pn {
  background-position: -48px -209px; }

:where(.calc-scope) .flag.pr {
  background-position: -48px -220px; }

:where(.calc-scope) .flag.ps {
  background-position: -48px -231px; }

:where(.calc-scope) .flag.pt {
  background-position: -48px -242px; }

:where(.calc-scope) .flag.pw {
  background-position: -48px -253px; }

:where(.calc-scope) .flag.py {
  background-position: -48px -264px; }

:where(.calc-scope) .flag.qa {
  background-position: -48px -275px; }

:where(.calc-scope) .flag.re {
  background-position: -48px -286px; }

:where(.calc-scope) .flag.ro {
  background-position: -48px -297px; }

:where(.calc-scope) .flag.rs {
  background-position: -48px -308px; }

:where(.calc-scope) .flag.ru {
  background-position: -48px -319px; }

:where(.calc-scope) .flag.rw {
  background-position: -48px -330px; }

:where(.calc-scope) .flag.sa {
  background-position: -48px -341px; }

:where(.calc-scope) .flag.sb {
  background-position: -48px -352px; }

:where(.calc-scope) .flag.sc {
  background-position: -48px -363px; }

:where(.calc-scope) .flag.scotland {
  background-position: -48px -374px; }

:where(.calc-scope) .flag.sd {
  background-position: -48px -385px; }

:where(.calc-scope) .flag.se {
  background-position: -48px -396px; }

:where(.calc-scope) .flag.sg {
  background-position: -48px -407px; }

:where(.calc-scope) .flag.sh {
  background-position: -48px -418px; }

:where(.calc-scope) .flag.si {
  background-position: -48px -429px; }

:where(.calc-scope) .flag.sj {
  background-position: -48px -440px; }

:where(.calc-scope) .flag.sk {
  background-position: -48px -451px; }

:where(.calc-scope) .flag.sl {
  background-position: -48px -462px; }

:where(.calc-scope) .flag.sm {
  background-position: -48px -473px; }

:where(.calc-scope) .flag.sn {
  background-position: -48px -484px; }

:where(.calc-scope) .flag.so {
  background-position: -48px -495px; }

:where(.calc-scope) .flag.sr {
  background-position: -48px -506px; }

:where(.calc-scope) .flag.st {
  background-position: -48px -517px; }

:where(.calc-scope) .flag.sv {
  background-position: -48px -528px; }

:where(.calc-scope) .flag.sy {
  background-position: -48px -539px; }

:where(.calc-scope) .flag.sz {
  background-position: -48px -550px; }

:where(.calc-scope) .flag.tc {
  background-position: -48px -561px; }

:where(.calc-scope) .flag.td {
  background-position: -48px -572px; }

:where(.calc-scope) .flag.tf {
  background-position: -64px 0; }

:where(.calc-scope) .flag.tg {
  background-position: -64px -11px; }

:where(.calc-scope) .flag.th {
  background-position: -64px -22px; }

:where(.calc-scope) .flag.tj {
  background-position: -64px -33px; }

:where(.calc-scope) .flag.tk {
  background-position: -64px -44px; }

:where(.calc-scope) .flag.tl {
  background-position: -64px -55px; }

:where(.calc-scope) .flag.tm {
  background-position: -64px -66px; }

:where(.calc-scope) .flag.tn {
  background-position: -64px -77px; }

:where(.calc-scope) .flag.to {
  background-position: -64px -88px; }

:where(.calc-scope) .flag.tr {
  background-position: -64px -99px; }

:where(.calc-scope) .flag.tt {
  background-position: -64px -110px; }

:where(.calc-scope) .flag.tv {
  background-position: -64px -121px; }

:where(.calc-scope) .flag.tw {
  background-position: -64px -132px; }

:where(.calc-scope) .flag.tz {
  background-position: -64px -143px; }

:where(.calc-scope) .flag.ua {
  background-position: -64px -154px; }

:where(.calc-scope) .flag.ug {
  background-position: -64px -165px; }

:where(.calc-scope) .flag.um {
  background-position: -64px -176px; }

:where(.calc-scope) .flag.us {
  background-position: -64px -187px; }

:where(.calc-scope) .flag.uy {
  background-position: -64px -198px; }

:where(.calc-scope) .flag.uz {
  background-position: -64px -209px; }

:where(.calc-scope) .flag.va {
  background-position: -64px -220px; }

:where(.calc-scope) .flag.vc {
  background-position: -64px -231px; }

:where(.calc-scope) .flag.ve {
  background-position: -64px -242px; }

:where(.calc-scope) .flag.vg {
  background-position: -64px -253px; }

:where(.calc-scope) .flag.vi {
  background-position: -64px -264px; }

:where(.calc-scope) .flag.vn {
  background-position: -64px -275px; }

:where(.calc-scope) .flag.vu {
  background-position: -64px -286px; }

:where(.calc-scope) .flag.wales {
  background-position: -64px -297px; }

:where(.calc-scope) .flag.wf {
  background-position: -64px -308px; }

:where(.calc-scope) .flag.ws {
  background-position: -64px -319px; }

:where(.calc-scope) .flag.ye {
  background-position: -64px -330px; }

:where(.calc-scope) .flag.yt {
  background-position: -64px -341px; }

:where(.calc-scope) .flag.za {
  background-position: -64px -352px; }

:where(.calc-scope) .flag.zm {
  background-position: -64px -363px; }

:where(.calc-scope) .flag.zw {
  background-position: -64px -374px; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
:where(.calc-scope) .flickity-enabled {
  position: relative; }

:where(.calc-scope) .flickity-enabled:focus {
  outline: none; }

:where(.calc-scope) .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

:where(.calc-scope) .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
:where(.calc-scope) .flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  user-select: none; }

:where(.calc-scope) .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

:where(.calc-scope) .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
:where(.calc-scope) .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

:where(.calc-scope) .flickity-prev-next-button:hover {
  background: #FFFFFF; }

:where(.calc-scope) .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

:where(.calc-scope) .flickity-prev-next-button:active {
  opacity: 0.6; }

:where(.calc-scope) .flickity-prev-next-button.previous {
  left: 10px; }

:where(.calc-scope) .flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
:where(.calc-scope) .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

:where(.calc-scope) .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

:where(.calc-scope) .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

:where(.calc-scope) .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

:where(.calc-scope) .flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
:where(.calc-scope) .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

:where(.calc-scope) .flickity-rtl .flickity-page-dots {
  direction: rtl; }

:where(.calc-scope) .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

:where(.calc-scope) .flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! CUSTOM FLICKITY
http://flickity.metafizzy.co
---------------------------------------------- */
:where(.calc-scope) .carousel-cell .card {
  overflow: hidden;
  position: relative;
  top: 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.06);
  transition: all .3s ease-in-out; }

:where(.calc-scope) .card .card-action {
  padding: 15px 30px 30px 30px;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: bold; }

:where(.calc-scope) .card-action--overlay {
  z-index: 2;
  text-transform: none; }

:where(.calc-scope) .card-action--overlay h3 {
  color: #FFFFFF; }

:where(.calc-scope) .card-action i {
  margin: -2px 0px 0px 4px;
  position: absolute;
  color: #FF0000;
  font-size: 1.3rem; }

:where(.calc-scope) .card .card-content {
  padding: 30px 30px 15px 30px; }

:where(.calc-scope) .card--text {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none; }

:where(.calc-scope) .card--text p {
  padding-top: 10px; }

:where(.calc-scope) .hide-on-large-only .col p {
  padding-top: 10px;
  padding-bottom: 30px; }

:where(.calc-scope) .main-carousel {
  margin-left: -12px;
  background: transparent; }

:where(.calc-scope) .carousel-main--video {
  height: 40vw;
  min-height: 30vw;
  max-height: 820px; }

:where(.calc-scope) .carousel-nav {
  padding-top: 30px;
  z-index: 10;
  height: 28vw;
  max-height: 500px;
  min-height: 350px;
  overflow: visible; }

:where(.calc-scope) .carousel-nav .carousel-cell {
  margin-right: 20px;
  border-top: 3px solid transparent;
  transition: 0.3s ease-in-out;
  padding-top: 35px;
  padding-bottom: 30px;
  width: 32%;
  min-width: 220px; }

:where(.calc-scope) .carousel-nav .carousel-cell p {
  text-align: left;
  font-weight: bold;
  width: 100%;
  min-height: 80px;
  background: #FFFFFF;
  margin: 0px 0px 20px 0px;
  padding: 15px 10px 20px 15px; }

:where(.calc-scope) .carousel-nav .carousel-cell .youtube {
  pointer-events: none;
  user-select: none; }

:where(.calc-scope) .carousel-nav .carousel-cell.is-selected.is-nav-selected {
  border-top: 3px solid #FF0000;
  transition: 0.3s ease-in-out; }

:where(.calc-scope) .carousel-cell {
  width: 240px;
  height: 300px;
  margin-right: 0px;
  border-radius: 2px;
  counter-increment: carousel-cell;
  transition: 0.5s ease-in-out;
  box-shadow: none; }

:where(.calc-scope) .carousel-cell--photo {
  width: 100%;
  max-width: 1400px;
  height: 600px; }

:where(.calc-scope) .carousel-status {
  top: -100px;
  margin-top: 0;
  font-size: 14px;
  position: relative; }

:where(.calc-scope) .target-text-opacity-carousel {
  transition: opacity; }

:where(.calc-scope) .flick-image {
  transition: 0.3s ease-in-out; }

:where(.calc-scope) .carousel-cell:hover .flick-image {
  transform: scale(1.05);
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2); }

:where(.calc-scope) .card-image {
  max-height: 170px;
  min-height: 170px;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

:where(.calc-scope) .card-image--full-height {
  position: absolute;
  height: 100%;
  min-height: 450px;
  max-height: 100%;
  transition: all .3s ease-in-out; }

:where(.calc-scope) .carousel-cell .card:hover .card-image--full-height {
  transform: scale(1.1); }

:where(.calc-scope) .card-image--full-height-overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  z-index: 1; }

:where(.calc-scope) .column-card-wrapper .carousel-cell {
  min-width: 280px; }

:where(.calc-scope) .column-card-wrapper .flickity-viewport {
  height: 540px; }

:where(.calc-scope) .column-card-wrapper .flickity-prev-next-button {
  display: none; }

:where(.calc-scope) .column-card-wrapper .card {
  min-height: 430px;
  max-height: 430px; }

:where(.calc-scope) .column-card-wrapper--short .card {
  min-height: 300px;
  max-height: 300px; }

:where(.calc-scope) .column-card-wrapper--short .flickity-viewport {
  height: 300px; }

:where(.calc-scope) .column-card-wrapper--short .card .card-content {
  padding: 20px 30px; }

/* cell number */
:where(.calc-scope) .carousel-cell:before {
  display: none; }

:where(.calc-scope) .flickity-viewport {
  overflow: visible; }

:where(.calc-scope) .flickity-slider {
  width: 101%; }

:where(.calc-scope) .arrow {
  transition: 0.2s ease-in-out; }

:where(.calc-scope) .flickity-prev-next-button {
  transition: 0.2s ease-in-out;
  top: -16%;
  background: transparent; }

:where(.calc-scope) .flickity-prev-next-button .arrow {
  fill: #FF0000; }

:where(.calc-scope) .flickity-prev-next-button:hover .arrow {
  transition: 0.2s ease-in-out;
  fill: #FF0000;
  background: transparent; }

:where(.calc-scope) .flickity-prev-next-button:hover {
  transition: 0.2s ease-in-out;
  background: transparent; }

:where(.calc-scope) .flickity-prev-next-button.previous {
  transition: 0.2s ease-in-out;
  margin-top: 0.09%;
  right: 35px;
  left: inherit; }

:where(.calc-scope) .flickity-prev-next-button.next {
  transition: 0.2s ease-in-out;
  margin-top: -9px;
  margin-right: -15px;
  padding-right: 0; }

:where(.calc-scope) .flickity-prev-next-button.previous:hover {
  right: 40px; }

:where(.calc-scope) .flickity-prev-next-button.next:hover {
  margin-right: -20px; }

:where(.calc-scope) .flick-image {
  width: 100%;
  height: 80%;
  top: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

:where(.calc-scope) .flick-image--photo {
  width: 100%;
  height: 500px; }

:where(.calc-scope) .carousel {
  background-color: rgba(0, 0, 0, 0); }

:where(.calc-scope) .carousel .indicators .indicator-item.active {
  background-color: #FF0000; }

:where(.calc-scope) .carousel .indicators .indicator-item {
  background-color: #3d3d3d; }

:where(.calc-scope) .carousel .indicators {
  position: absolute;
  top: 5%;
  right: 0;
  left: auto; }

:where(.calc-scope) .carousel .indicators .indicator-item {
  border-radius: 0%;
  width: 23px;
  height: 3px;
  margin: 24px 6px;
  background-color: #3d3d3d; }

:where(.calc-scope) .carousel .indicators .indicator-item.active {
  background-color: #FF0000; }

@media only screen and (max-width: 600px) {
  :where(.calc-scope) .carousel-main--video {
    min-height: 50vw; } }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .carousel-main--video {
    min-height: 50vw; } }

:where(.calc-scope) .youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

:where(.calc-scope) .youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7; }

:where(.calc-scope) .youtube .play-button {
  width: 16.89%;
  max-width: 65px;
  height: 30.03%;
  max-height: 65px;
  background-color: red;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
  border: 4px solid rgba(255, 255, 255, 0.7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  border-radius: 50%; }

:where(.calc-scope) .play-button--smaller {
  border: 3px solid rgba(255, 255, 255, 0.7); }

:where(.calc-scope) .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff; }

:where(.calc-scope) .play-button--smaller:before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff; }

:where(.calc-scope) .youtube img, :where(.calc-scope) .youtube .play-button {
  cursor: pointer; }

:where(.calc-scope) .youtube img, :where(.calc-scope) .youtube iframe, :where(.calc-scope) .youtube .play-button, :where(.calc-scope) .youtube .play-button:before {
  position: absolute; }

:where(.calc-scope) .youtube .play-button, :where(.calc-scope) .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

:where(.calc-scope) .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

:where(.calc-scope) .global-nav .main {
  /* Subnavs/dropdowns */
  /* Setup subnavs for mobile */ }
  @media print {
    :where(.calc-scope) .global-nav .main > ul > li nav {
      display: none; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav .main {
      /*
        Showing the dropdown

        When you:
          -Hover (with mouse) over the li that contains it
          -Focus (with tabbing) on the link next to it
          -Focus (with tabbing) on a link inside of the dropdown. *Handled via JS

    */ }
      :where(.calc-scope) .global-nav .main > ul > li nav {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 168px;
        width: 100%;
        border-bottom: none;
        padding-left: 10vw;
        padding-right: 10vw;
        height: 0px;
        overflow: hidden;
        background: #FFFFFF;
        transition: all 400ms 100ms ease; }
        @supports (display: grid) {
          :where(.calc-scope) .global-nav .main > ul > li nav {
            top: 168px; } }
        :where(.calc-scope) .global-nav .main > ul > li nav .subnav {
          opacity: 0;
          transition: opacity 200ms ease; }
      :where(.calc-scope) .global-nav .main > ul > li.active nav {
        overflow: visible; }
      :where(.calc-scope) .global-nav .main > ul > li:hover nav, :where(.calc-scope) .global-nav .main > ul > li a:focus + nav, :where(.calc-scope) .global-nav .main > ul > li a.active + nav, :where(.calc-scope) .global-nav .main > ul > li a:focus + .cq-dd-paragraph nav, :where(.calc-scope) .global-nav .main > ul > li a.active + .cq-dd-paragraph nav {
        opacity: 1;
        z-index: 10;
        height: 250px;
        transition: height 400ms ease; }
        :where(.calc-scope) .global-nav .main > ul > li:hover nav .subnav, :where(.calc-scope) .global-nav .main > ul > li a:focus + nav .subnav, :where(.calc-scope) .global-nav .main > ul > li a.active + nav .subnav, :where(.calc-scope) .global-nav .main > ul > li a:focus + .cq-dd-paragraph nav .subnav, :where(.calc-scope) .global-nav .main > ul > li a.active + .cq-dd-paragraph nav .subnav {
          opacity: 1;
          transition: opacity 400ms 200ms ease; }
      :where(.calc-scope) .global-nav .main > ul > li:hover > a.has-dropdown, :where(.calc-scope) .global-nav .main > ul > li > a.active {
        border-bottom: 4px solid #0072CE; }
      :where(.calc-scope) .global-nav .main .subnav {
        max-width: 1024px;
        margin: 0 auto;
        width: 100%;
        padding: 40px 0;
        font-size: 0;
        display: flex;
        justify-content: flex-start; }
        :where(.calc-scope) .global-nav .main .subnav .image {
          width: 220px;
          height: 149px;
          background: transparent top center no-repeat;
          background-size: cover; }
        :where(.calc-scope) .global-nav .main .subnav .featured {
          display: inline;
          width: 30%;
          margin: 0 40px; }
        :where(.calc-scope) .global-nav .main .subnav > ul {
          flex-grow: 2;
          flex-direction: column;
          flex-wrap: wrap;
          height: 165px;
          display: flex;
          flex-wrap: wrap; }
          :where(.calc-scope) .global-nav .main .subnav > ul li {
            margin: 0 14px 4px 0;
            width: 31%; }
        :where(.calc-scope) .global-nav .main .subnav p {
          margin-top: 0.5rem;
          font-size: 12px;
          line-height: 1.25rem; }
        :where(.calc-scope) .global-nav .main .subnav a {
          font-family: Gilroy, "Arial Black", sans-serif;
          color: #0072CE;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 13px;
          display: block;
          margin-bottom: 4px;
          letter-spacing: 1px; }
          :where(.calc-scope) .global-nav .main .subnav a:hover {
            text-decoration: underline; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .global-nav .main li nav {
      display: none; }
    :where(.calc-scope) .global-nav .main > ul > li {
      display: block;
      height: auto;
      margin: 0;
      padding: 0; } }

/** styles styles needs to be overridden here **/
body {
  padding-top: 65px; }
  @media screen and (min-width: 769px) {
    body {
      padding-top: 168px; } }
  @supports (display: grid) {
    body {
      padding-top: 0; } }
  .calc-scope.stuck {
    padding-top: 0; }

:where(.calc-scope) .sticky-header {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%; }
  :where(.calc-scope) .stuck .sticky-header {
    position: relative; }
  @supports (position: -o-sticky) {
    :where(.calc-scope) .sticky-header {
      position: -o-sticky; } }
  @supports (position: -webkit-sticky) {
    :where(.calc-scope) .sticky-header {
      position: -webkit-sticky; } }
  @supports (position: -moz-sticky) {
    :where(.calc-scope) .sticky-header {
      position: -moz-sticky; } }
  @supports (position: -ms-sticky) {
    :where(.calc-scope) .sticky-header {
      position: -ms-sticky; } }
  @supports (position: sticky) {
    :where(.calc-scope) .sticky-header {
      position: sticky; } }
  :where(.calc-scope) .sticky-header .global-nav {
    position: relative; }
  :where(.calc-scope) .sticky-header.active {
    z-index: inherit; }
  :where(.calc-scope) .sticky-header .flag-icon {
    margin-right: 5px; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .sticky-header .flag-icon {
        line-height: inherit; } }

:where(.calc-scope) .hero + .aem-wrap--rich-text .band {
  padding-top: 50px; }

:where(.calc-scope) .aem-wrap--rich-text + .countrySelector .det31-country-selector-list {
  padding-top: 50px; }

:where(.calc-scope) header {
  max-width: 1024px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) header {
      margin-bottom: 40px; } }
  :where(.calc-scope) header h1, :where(.calc-scope) header .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content header .product-title, :where(.calc-scope) header h2 {
    font-family: Gilroy, "Arial Black", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) header h2 {
      font-size: 24px;
      line-height: 28px; } }
  :where(.calc-scope) header .subhead {
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-top: 3px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) header .subhead {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; } }

:where(.calc-scope) .global-nav .logo {
  display: block;
  max-width: 1024px;
  font-size: 16px;
  color: #0072CE;
  width: 80vw;
  margin: 0 auto;
  align-self: end;
  min-height: 42px; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav .logo {
      min-height: 90px; } }
  @supports (display: grid) {
    :where(.calc-scope) .global-nav .logo {
      min-height: inherit; } }
  :where(.calc-scope) .global-nav .logo a {
    display: inline-block; }
  :where(.calc-scope) .global-nav .logo svg, :where(.calc-scope) .global-nav .logo img {
    width: 140px; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .global-nav .logo svg, :where(.calc-scope) .global-nav .logo img {
        width: 230px;
        margin-top: 8px; } }
  @supports (display: grid) {
    :where(.calc-scope) .global-nav .logo {
      width: 230px;
      padding: 0;
      margin: 0;
      transform: none; }
      :where(.calc-scope) .global-nav .logo svg, :where(.calc-scope) .global-nav .logo img {
        width: 100%;
        margin-top: 8px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .global-nav .logo {
      width: 140px;
      height: 28px;
      display: block;
      margin: 0 auto;
      transform: none;
      font-size: 0; } }

.calc-scope.js .global-nav .logo {
  transition: opacity 400ms ease-in, filter 400ms ease-in;
  opacity: 0;
  filter: blur(4px); }

.calc-scope.ready .global-nav .logo {
  opacity: 1;
  filter: none;
  z-index: 2; }

:where(.calc-scope) .global-nav {
  background: #FFFFFF;
  position: relative;
  top: 0;
  width: 100%;
  padding: 1.25rem 0 0;
  /* skip nav link */
  /* Main nav bar */
  /* Animated Hamburger button */
  /* Mobile menu */ }
  @media print {
    :where(.calc-scope) .global-nav {
      display: block;
      width: 1024px;
      margin: 0 auto; }
      :where(.calc-scope) .global-nav .search {
        display: none; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav {
      z-index: 10; } }
  @supports (display: grid) {
    :where(.calc-scope) .global-nav {
      padding: 0;
      position: sticky;
      z-index: 10; } }
  @media print {
    :where(.calc-scope) .global-nav {
      position: static;
      height: 100px; } }
  :where(.calc-scope) .global-nav .skip-nav {
    position: absolute;
    top: -100px;
    left: 0;
    opacity: 0;
    display: block;
    z-index: 15; }
    :where(.calc-scope) .global-nav .skip-nav:focus {
      opacity: 1; }
  :where(.calc-scope) .global-nav .main {
    background: #F0F0F0;
    height: 100%;
    max-width: 100vw;
    padding: 0 10vw;
    /* Main links */ }
    @media print {
      :where(.calc-scope) .global-nav .main {
        display: none; } }
    :where(.calc-scope) .global-nav .main > ul {
      height: 100%;
      max-width: 1024px;
      margin: 0 auto;
      padding: 0;
      background-size: 0;
      display: flex;
      align-items: space-between;
      align-content: space-between;
      justify-content: left;
      flex-direction: row; }
    :where(.calc-scope) .global-nav .main > ul > li {
      flex-shrink: 0;
      display: block;
      height: 100%;
      padding: 0 1.5rem; }
      :where(.calc-scope) .global-nav .main > ul > li:first-child {
        margin-left: 0;
        padding-left: 0; }
      :where(.calc-scope) .global-nav .main > ul > li.nav-topline {
        background: none;
        border: none;
        position: relative;
        padding: 0; }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .global-nav .main > ul > li.nav-topline {
            display: none; } }
        :where(.calc-scope) .global-nav .main > ul > li.nav-topline nav {
          background: none;
          border: none;
          position: static;
          width: auto; }
        :where(.calc-scope) .global-nav .main > ul > li.nav-topline a {
          text-transform: none;
          color: #000000;
          font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
          font-size: 13px;
          font-weight: inherit;
          letter-spacing: inherit;
          line-height: 3.125rem;
          display: block;
          padding-left: 1.25rem;
          padding-right: 1.25rem; }
          :where(.calc-scope) .global-nav .main > ul > li.nav-topline a:hover {
            text-decoration: underline; }
          :where(.calc-scope) .global-nav .main > ul > li.nav-topline a:last-child {
            position: relative;
            bottom: 0;
            width: 100%;
            left: 0;
            border-top: 1px solid #A9B3BD;
            padding-top: 10px;
            background: #FFFFFF; }
          :where(.calc-scope) .global-nav .main > ul > li.nav-topline a strong {
            display: none; }
            @media screen and (max-width: 992px) {
              :where(.calc-scope) .global-nav .main > ul > li.nav-topline a strong {
                display: block;
                color: #0072CE;
                display: inline-block;
                text-align: right;
                position: absolute;
                right: 25px; } }
    :where(.calc-scope) .global-nav .main > ul > li:nth-last-child(2) a:after {
      display: none; }
    :where(.calc-scope) .global-nav .main > ul > li > a {
      display: flex;
      width: 100%;
      font-family: Gilroy, "Arial Black", sans-serif;
      -webkit-font-smoothing: subpixel-antialiased;
      font-weight: 700;
      color: #0072CE;
      text-transform: uppercase;
      font-size: calc(12px + 1 * ( (100vw - 769px) / 431));
      letter-spacing: 1px;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent;
      position: relative;
      align-items: center; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .global-nav .main > ul > li > a {
          font-size: 12px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .global-nav .main > ul > li > a {
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .global-nav .main > ul > li > a {
          height: 100%;
          line-height: 3.125rem; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .global-nav .main > ul > li > a.has-dropdown {
          width: 80%; } }
      :where(.calc-scope) .global-nav .main > ul > li > a:hover {
        color: #459AFF; }
      :where(.calc-scope) .global-nav .main > ul > li > a:active {
        color: #004ABF; }
      :where(.calc-scope) .global-nav .main > ul > li > a:after {
        content: "";
        position: absolute;
        top: 15px;
        right: -23px;
        display: block;
        height: 20px;
        width: calc(100% + 20px);
        border-right: 1px solid #A9B3BD;
        user-select: none;
        pointer-events: none;
        outline: none !important; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .global-nav .main > ul > li > a:after {
            display: none; } }
    :where(.calc-scope) .global-nav .main button {
      display: none;
      background: transparent url(toplib/resources/vectors/burger.svg) center center no-repeat;
      background-size: 21px auto;
      height: 21px;
      width: 21px;
      font-size: 0;
      outline: none;
      position: relative; }
  :where(.calc-scope) .global-nav .topline {
    letter-spacing: 0px;
    font-size: 0;
    text-align: right;
    transform: translateY(10px);
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    padding: 0 10.5%; }
    @media print {
      :where(.calc-scope) .global-nav .topline {
        display: none; } }
    @supports (display: grid) {
      :where(.calc-scope) .global-nav .topline {
        position: relative;
        height: auto;
        width: auto;
        padding: 0; } }
    :where(.calc-scope) .global-nav .topline a {
      letter-spacing: initial;
      display: inline-block;
      vertical-align: middle;
      color: #000000;
      font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
      font-size: 13px;
      border-right: 1px solid #000000;
      padding: 0 8px;
      margin-top: 0px;
      height: 10px;
      overflow: visible;
      line-height: 10px; }
      :where(.calc-scope) .global-nav .topline a:last-child {
        border: 0;
        padding-right: 0; }
      :where(.calc-scope) .global-nav .topline a:hover {
        text-decoration: underline; }
  :where(.calc-scope) .global-nav .main button {
    background: transparent;
    height: 18px; }
    :where(.calc-scope) .global-nav .main button:before, :where(.calc-scope) .global-nav .main button:after {
      content: "";
      display: block;
      transition: 440ms cubic-bezier(0.36, 0.93, 0.8, 1.06);
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      transform-origin: bottom center; }
    :where(.calc-scope) .global-nav .main button:before {
      border-top: 2px solid #0072CE;
      border-bottom: 2px solid #0072CE;
      transform-origin: center; }
    :where(.calc-scope) .global-nav .main button:after {
      border-bottom: 2px solid #0072CE;
      transform-origin: center bottom;
      height: 50%;
      margin-top: 1px; }
    :where(.calc-scope) .global-nav .main button:active {
      outline: none; }
  :where(.calc-scope) .global-nav .main.active button {
    background: #FFFFFF url(toplib/resources/vectors/burger-close.svg) 3px 0 no-repeat; }
    :where(.calc-scope) .global-nav .main.active button:before, :where(.calc-scope) .global-nav .main.active button::after {
      border: 0; }
  :where(.calc-scope) .global-nav .main button {
    position: absolute;
    top: 0;
    right: 20px; }
  @supports (display: grid) {
    :where(.calc-scope) .global-nav .main:not(.active) button:hover {
      position: absolute;
      right: 20px;
      top: 0; } }
  :where(.calc-scope) .global-nav .main.active button {
    right: 3vw;
    z-index: 999;
    position: fixed; }
    @supports (display: grid) {
      :where(.calc-scope) .global-nav .main.active button {
        right: -80vw; } }
  @media screen and (max-width: 769px) {
    @supports (display: grid) {
      :where(.calc-scope) .global-nav.active {
        z-index: 20; } }
    :where(.calc-scope) .global-nav .main {
      background: #FFFFFF;
      /* Open menu */
      /* Subnav */ }
      :where(.calc-scope) .global-nav .main.active > ul {
        z-index: 100;
        transform: none; }
        @supports (display: grid) {
          :where(.calc-scope) .global-nav .main.active > ul {
            transform: translateX(100%) translateZ(0); } }
      :where(.calc-scope) .global-nav .main > ul {
        top: 0;
        right: 0;
        margin: 0;
        padding: 62px 0 0 0;
        z-index: 0;
        display: block;
        position: fixed;
        height: 100vh;
        width: 85vw;
        overflow: auto;
        transform: translateX(100%) translateZ(0);
        background: #FFFFFF url(toplib/resources/vectors/corteva-logo.svg) 20px 20px no-repeat;
        background-size: 140px auto;
        z-index: 13; }
      :where(.calc-scope) .global-nav .main > ul > li, :where(.calc-scope) .global-nav .main > ul > li:first-child {
        display: block;
        height: auto;
        background: #EEEEEE;
        padding: 10px 20px;
        border-bottom: 1px solid #A9B3BD;
        overflow: visible;
        position: relative; }
        :where(.calc-scope) .global-nav .main > ul > li:last-child, :where(.calc-scope) .global-nav .main > ul > li:first-child:last-child {
          border-bottom: none; }
      :where(.calc-scope) .global-nav .main > ul > li nav {
        display: block;
        width: 32px;
        height: 56px;
        background: url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
        background-size: 10px auto;
        position: absolute;
        right: 20px;
        top: 15px;
        overflow: visible; }
      :where(.calc-scope) .global-nav .main > ul > li nav .subnav {
        display: block;
        position: fixed;
        right: 0;
        overflow: auto;
        top: 0;
        width: 85vw;
        height: 100vh;
        padding-top: 65px;
        background: #FFFFFF;
        z-index: 11;
        transform: translateX(100%);
        transition: transform 440ms ease; }
        :where(.calc-scope) .global-nav .main > ul > li nav .subnav li {
          padding: 30px 20px;
          border-bottom: 1px solid #A9B3BD; }
        :where(.calc-scope) .global-nav .main > ul > li nav .subnav a {
          font-family: Gilroy, "Arial Black", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          display: block;
          transition: all 300ms ease;
          letter-spacing: 1px;
          font-size: 12px; }
        :where(.calc-scope) .global-nav .main > ul > li nav .subnav .image {
          display: none; }
        :where(.calc-scope) .global-nav .main > ul > li nav .subnav .featured {
          padding: 30px 20px;
          border-bottom: 1px solid #A9B3BD; }
          :where(.calc-scope) .global-nav .main > ul > li nav .subnav .featured p {
            display: none; }
      :where(.calc-scope) .global-nav .main > ul > li.active {
        position: static; }
      :where(.calc-scope) .global-nav .main > ul > li.active nav .subnav {
        transform: translateX(0%);
        z-index: 21; }
      :where(.calc-scope) .global-nav .main > ul > li.active > a {
        position: absolute;
        display: block;
        width: 85vw;
        height: 60px;
        top: 0;
        right: 0;
        background: #FFFFFF;
        color: #000000;
        text-transform: none;
        z-index: 999999;
        text-align: center;
        font-size: 14px;
        font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: initial;
        transform: translateX(0);
        transition: none;
        overflow: visible;
        line-height: 52px; }
        :where(.calc-scope) .global-nav .main > ul > li.active > a:before {
          content: "";
          background: url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
          width: 10px;
          height: 100%;
          display: block;
          position: absolute;
          left: 21px;
          top: 0;
          transform: rotate(180deg); }
      :where(.calc-scope) .global-nav .main button {
        display: block;
        margin: 22px auto; } }

@media screen and (max-width: 769px) {
  html {
    transition: transform 440ms cubic-bezier(0.36, 0.93, 0.8, 1.06);
    width: 100vw; }
    .calc-scope:before {
      content: "";
      width: 1px;
      height: 1px;
      opacity: 0;
      transition: opacity 440ms ease;
      background: #000000;
      pointer-events: none;
      position: fixed;
      top: 0;
      left: 0; }
    :where(.calc-scope) body {
      width: 100vw;
      overflow-x: hidden; }
  .calc-scope.menu-open {
    transform: translateX(-85vw);
    height: 100vh; }
    .calc-scope.menu-open:before {
      content: "";
      opacity: 0.5;
      width: 100vw;
      height: 100vh;
      display: block;
      z-index: 100;
      pointer-events: initial; }
    .calc-scope.menu-open body {
      height: 100vh;
      overflow-y: hidden;
      position: fixed; } }

@media screen {
  .calc-scope.js .global-nav .main > ul > li {
    transition: all 400ms 700ms ease-in;
    opacity: 0; }
    .calc-scope.js .global-nav .main > ul > li:nth-child(1) {
      transition-delay: 100ms; }
    .calc-scope.js .global-nav .main > ul > li:nth-child(2) {
      transition-delay: 200ms; }
    .calc-scope.js .global-nav .main > ul > li:nth-child(3) {
      transition-delay: 300ms; }
    .calc-scope.js .global-nav .main > ul > li:nth-child(4) {
      transition-delay: 400ms; }
    .calc-scope.js .global-nav .main > ul > li:nth-child(5) {
      transition-delay: 500ms; }
  .calc-scope.ready .global-nav .main > ul > li {
    opacity: 1; } }

@media screen and (max-width: 769px) {
  .calc-scope.ready .global-nav .main > ul > li {
    padding: 30px 20px; }
    .calc-scope.ready .global-nav .main > ul > li.nav-topline {
      padding: 0; } }

@media screen and (min-width: 769px) {
  .calc-scope.js .global-nav .main {
    transition: background-color 400ms 100ms ease;
    background-color: #FFFFFF; }
  .calc-scope.ready .global-nav .main {
    background-color: #F0F0F0; } }

/*AEM Authore issues fix*/
:where(.calc-scope) .global-nav .topline.cq-Editable-dom {
  height: 37px;
  font-size: 16px; }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .global-nav .topline {
    display: none; } }

/* Grid setuo: Don't put style/position stuff in here! */
@supports (display: grid) {
  :where(.calc-scope) .global-nav {
    display: grid;
    grid-template-columns: minmax(10vw, 1fr) minmax(0px, 1024px) minmax(10vw, 1fr);
    grid-template-rows: 110px 58px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vw; }
    :where(.calc-scope) .global-nav .logo {
      grid-column: 2;
      grid-row: 1;
      align-self: center;
      height: auto; }
    :where(.calc-scope) .global-nav .topline {
      grid-column-end: 3;
      grid-row: 1;
      align-self: start; }
    :where(.calc-scope) .global-nav .main {
      grid-column: 1 / -1;
      grid-row: 2; }
    :where(.calc-scope) .global-nav .nav-search {
      grid-column-end: 3;
      grid-row: 1; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .global-nav {
        /*  Mobile view: single row  */
        grid-template-rows: 60px;
        justify-content: start; }
        :where(.calc-scope) .global-nav .logo {
          grid-column: 2;
          grid-row: 1;
          align-self: center;
          text-align: center; }
        :where(.calc-scope) .global-nav .main {
          grid-column: 1;
          grid-row: 1; }
        :where(.calc-scope) .global-nav .nav-search {
          grid-column: 1;
          grid-row: 1; } } }

/* End of grid stuff */
/*AEM Authore issues fix*/
:where(.calc-scope) .global-nav .topline.cq-Editable-dom {
  height: 37px;
  font-size: 16px; }

:where(.calc-scope) .nav01-breadcrumbs {
  padding: 0 10vw;
  background: #0072CE;
  height: 59px;
  color: #FFFFFF;
  /* Mobile */ }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav01-breadcrumbs {
      padding: 0 5vw; } }
  @media print {
    :where(.calc-scope) .nav01-breadcrumbs {
      background: transparent;
      padding: 0; } }
  :where(.calc-scope) .nav01-breadcrumbs .band-content {
    height: 100%;
    position: relative;
    padding: 0; }
  :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links {
    display: inline-flex;
    height: 100%;
    align-items: center;
    flex-basis: 20px;
    align-content: space-around;
    width: 65%;
    max-width: 130ch; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links {
        max-width: 130ch; } }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links {
        overflow: hidden; } }
    @media print {
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links {
        color: #000000; } }
    :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a {
      color: #FFFFFF;
      display: block;
      margin: 0 10px 0 10px;
      font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      min-width: 20px;
      position: relative;
      transition: all 400ms 0ms ease;
      /* Last BC link */
      /* If there's more than 3 links, the earliest ones should shrink the most aggressively */
      /* First link never shrinks though */
      /* Reveal full link on hover */ }
      @media print {
        :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a {
          color: #000000; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a {
          margin: 0 20px 0 0; } }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:nth-last-child(1) {
        flex-shrink: 0;
        font-weight: 700;
        pointer-events: none; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:nth-last-child(2) {
        flex-shrink: 1; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:nth-last-child(n + 4) {
        flex-shrink: 100;
        max-width: 10px; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:first-child {
        flex-shrink: 0;
        width: auto;
        max-width: 100ch;
        margin-left: 0px; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:hover {
        flex-shrink: 0;
        max-width: 100%; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav01-breadcrumbs .social {
      display: none; }
    :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links {
      width: 100%;
      font-size: 0; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a {
        display: none; }
      :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:nth-last-child(2) {
        display: block;
        vertical-align: middle;
        font-size: 14px;
        max-width: initial;
        width: auto;
        flex-shrink: 0; }
        :where(.calc-scope) .nav01-breadcrumbs .breadcrumb-links a:nth-last-child(2):before {
          content: "";
          width: 25px;
          height: 14px;
          background: url(toplib/resources/vectors/white-carot.svg) left center no-repeat;
          display: inline-block;
          vertical-align: middle; } }

@media screen {
  .calc-scope.js .nav01-breadcrumbs {
    transition: background 400ms 200ms ease;
    background: #FFFFFF; }
  .calc-scope.ready .nav01-breadcrumbs {
    background: #0072CE; } }

:where(.calc-scope) .conxx-cards-1-column .items > * {
  margin-bottom: 60px; }
  :where(.calc-scope) .conxx-cards-1-column .items > *:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .conxx-cards-1-column .items > * {
      margin-bottom: 40px; } }

:where(.calc-scope) .conxx-cards-1-column header {
  max-width: 1024px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .conxx-cards-1-column header {
      margin-bottom: 40px;
      text-align: left; } }
  :where(.calc-scope) .conxx-cards-1-column header .subhead {
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-top: 3px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .conxx-cards-1-column header .subhead {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; } }

:where(.calc-scope) .det18-card-responsive {
  position: relative;
  page-break-inside: avoid; }
  :where(.calc-scope) .det18-card-responsive .item {
    display: inline-block;
    vertical-align: top;
    width: 45%; }
  :where(.calc-scope) .det18-card-responsive img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  :where(.calc-scope) .det18-card-responsive h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 16px 0 8px;
    line-height: 26px; }
  :where(.calc-scope) .det18-card-responsive p {
    margin-bottom: 12px; }
  :where(.calc-scope) .det18-card-responsive a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0px; }
    :where(.calc-scope) .det18-card-responsive a:after {
      content: '';
      background-image: url(toplib/resources/vectors/hyperlink-arrow-positive.svg);
      width: 18px;
      height: 10px;
      display: inline-block;
      margin-left: 8px; }
  @supports (display: grid) {
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det18-card-responsive {
        height: auto;
        cursor: pointer; }
        :where(.calc-scope) .det18-card-responsive picture {
          width: 100%;
          transition: height 500ms ease;
          position: relative; }
          :where(.calc-scope) .det18-card-responsive picture:before {
            content: " ";
            display: block;
            position: absolute;
            right: 3px;
            bottom: 4px;
            width: 20px;
            height: 20px;
            border-radius: 10%;
            background: #FFFFFF center center no-repeat;
            background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='10px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 %2847327%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Products-&amp;-Services---Seed-Card-Expanded' transform='translate%28-166.000000, -1357.000000%29' stroke='%23185EE5'%3E%3Cg id='Our-Portfolio' transform='translate%2820.000000, 744.000000%29'%3E%3Cg id='Icon-/-Expand-Copy-12' transform='translate%28144.000000, 611.000000%29'%3E%3Cg id='Icon-/-Expand' transform='translate%283.000000, 3.000000%29'%3E%3Cg%3E%3Cpath d='M6.66666667,3.33333333 L9.58333333,0.416666667' id='Stroke-1' stroke-width='1.5'%3E%3C/path%3E%3Cpolyline id='Stroke-3' stroke-width='1.5' points='8.33333333 0 10 0 10 1.66666667'%3E%3C/polyline%3E%3Cpath d='M3.33333333,6.66666667 L0.416666667,9.58333333' id='Stroke-5' stroke-width='1.5'%3E%3C/path%3E%3Cpolyline id='Stroke-7' stroke-width='1.5' points='1.66666667 10 0 10 0 8.33333333'%3E%3C/polyline%3E%3Cpath d='M6.66666667,6.66666667 L9.58333333,9.58333333' id='Stroke-9' stroke-width='1.5'%3E%3C/path%3E%3Cpolyline id='Stroke-11' stroke-width='1.5' points='10 8.33333333 10 10 8.33333333 10'%3E%3C/polyline%3E%3Cpath d='M3.33333333,3.33333333 L0.416666667,0.416666667' id='Stroke-13' stroke-width='1.5'%3E%3C/path%3E%3Cpolyline id='Stroke-15' stroke-width='1.5' points='0 1.66666667 0 0 1.66666667 0'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        :where(.calc-scope) .det18-card-responsive p {
          overflow: hidden;
          height: 0px;
          transition: all 500ms ease;
          margin: 0;
          text-align: left;
          page-break-inside: avoid; }
        :where(.calc-scope) .det18-card-responsive h3 {
          font-size: 1rem;
          line-height: 22px;
          transition: all 600ms ease;
          text-align: left; } }
    :where(.calc-scope) .det18-card-responsive.active {
      cursor: default; }
      :where(.calc-scope) .det18-card-responsive.active picture {
        width: 100%; }
        :where(.calc-scope) .det18-card-responsive.active picture:before {
          width: 40px;
          height: 40px;
          right: 10px;
          bottom: 10px;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='20px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 %2847327%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Products-&amp;-Services---Seed-Card-Expanded' transform='translate%28-314.000000, -1062.000000%29' stroke='%23185EE5'%3E%3Cg id='Our-Portfolio' transform='translate%2820.000000, 744.000000%29'%3E%3Cg id='Seed-Panel-Expanded' transform='translate%280.000000, 156.000000%29'%3E%3Cg id='CTA---Collapse' transform='translate%28285.000000, 153.000000%29'%3E%3Cg id='Icon-/-Collaspe' transform='translate%2810.000000, 10.000000%29'%3E%3Cg id='Page-1'%3E%3Cpath d='M19.125,19.125 L13.875,13.875' id='Stroke-1' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-3' stroke-width='2' points='13 16 13 13 16 13'%3E%3C/polyline%3E%3Cpath d='M0.875,0.875 L6.125,6.125' id='Stroke-4' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-6' stroke-width='2' points='7 4 7 7 4 7'%3E%3C/polyline%3E%3Cpath d='M1,19 L6.5,13.5' id='Stroke-7' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-9' stroke-width='2' points='4 13 7 13 7 16'%3E%3C/polyline%3E%3Cpath d='M19.125,0.875 L13.875,6.125' id='Stroke-10' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-12' stroke-width='2' points='16 7 13 7 13 4'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      :where(.calc-scope) .det18-card-responsive.active p {
        height: 100px; }
      :where(.calc-scope) .det18-card-responsive.active h3 {
        font-size: 1.5rem;
        color: #000000;
        font-size: 1.5rem;
        margin-bottom: 9px;
        margin-top: 17px;
        line-height: 1.75rem; } }

:where(.calc-scope) .item.det18-card-responsive p {
  font-size: 14px;
  line-height: 26px; }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .con20-container-responsive .experienceFragments.active p {
    height: 100px; }
  :where(.calc-scope) .con20-container-responsive .experienceFragments.active .internal, :where(.calc-scope) .con20-container-responsive .experienceFragments.active .external {
    display: block; }
  :where(.calc-scope) .con20-container-responsive .experienceFragments .internal, :where(.calc-scope) .con20-container-responsive .experienceFragments .external {
    display: none; } }

:where(.calc-scope) .con14-cards-2-column {
  background: #E6E8EA; }
  :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: block; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid {
        display: flex; } }
    :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div {
      background: #E6E8EA;
      display: block;
      margin-bottom: 0;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 .75rem;
      min-height: 1px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 769px) {
        :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div {
          padding-right: 20px; } }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div {
          display: flex;
          flex-grow: 1;
          flex-basis: 50%;
          flex-wrap: wrap;
          flex-direction: row-reverse;
          width: 50%;
          max-width: 50%;
          min-width: 50%; } }
      :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div > .aem-Grid, :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div .feature-flag, :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div .primaryCard {
        display: block;
        height: 100%; }
        @media screen and (min-width: 992px) {
          :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div > .aem-Grid, :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div .feature-flag, :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div .primaryCard {
            display: flex; } }

:where(.calc-scope) div.band.con02-cards-3-column {
  overflow: hidden;
  padding-bottom: 0; }
  :where(.calc-scope) div.band.con02-cards-3-column .cards {
    max-width: inherit;
    margin: 40px 0 0 0; }
  :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid {
    font-size: 0;
    padding: 0;
    position: relative;
    text-align: center;
    max-width: 1024px;
    padding-bottom: 100px;
    /* So that background color extends to bottom of band, padding is moved from band to here */
    margin: 0 auto;
    /* This code for IE */
    /* Grid is required to make cards have same height */ }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid {
        padding-bottom: 50px; } }
    :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det02-card-primary-content, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det03-card-related, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det09-card-cta, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments {
      width: calc(33.333% - 20px);
      margin-right: 20px;
      text-align: left; }
    :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid:before {
      content: "";
      width: 200vw;
      height: calc(100% - 40px);
      background: #0072CE;
      position: absolute;
      left: -100vw;
      bottom: 0;
      z-index: 0; }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid:before {
          height: calc(100% - 100px); } }
    :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments {
      display: inline-block;
      vertical-align: top; }
      :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments .det09-card-cta {
        width: 100%;
        margin: 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments {
          display: block;
          width: 100%;
          margin-bottom: 20px; }
          @supports (display: grid) {
            :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments {
              margin: 0; } } }
    @supports (display: grid) {
      :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: minmax(430px, min-content);
        grid-gap: 20px; }
        :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det02-card-primary-content, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det03-card-related, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .det09-card-cta, :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid > .experienceFragments {
          width: 100%;
          height: 100%; }
        @media screen and (max-width: 992px) {
          :where(.calc-scope) div.band.con02-cards-3-column .cards > .aem-Grid {
            grid-template-columns: 1fr;
            grid-template-rows: auto; } } }
  :where(.calc-scope) div.band.con02-cards-3-column.green .cards > .aem-Grid:before {
    background-color: #65FCA2; }
  :where(.calc-scope) div.band.con02-cards-3-column.blue .cards > .aem-Grid:before {
    background-color: #0072CE; }
  :where(.calc-scope) div.band.con02-cards-3-column.orange .cards > .aem-Grid:before {
    background-color: #FD5404; }
  :where(.calc-scope) div.band.con02-cards-3-column.grey .cards > .aem-Grid:before {
    background-color: #00DC78; }
  :where(.calc-scope) div.band.con02-cards-3-column .atm01-header-v1__wrapper {
    margin-bottom: 42px; }
    :where(.calc-scope) div.band.con02-cards-3-column .atm01-header-v1__wrapper p {
      margin-top: 14px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) div.band.con02-cards-3-column .atm01-header-v1__wrapper {
        margin-bottom: 42px; } }

:where(.calc-scope) .cardsContainer .aem-Grid .experienceFragments .aem-Grid {
  white-space: initial; }
  :where(.calc-scope) .cardsContainer .aem-Grid .experienceFragments .aem-Grid .primaryCard, :where(.calc-scope) .cardsContainer .aem-Grid .experienceFragments .aem-Grid .feature-flag {
    height: 100%; }

:where(.calc-scope) .cardsContainer .cards {
  max-width: 1024px;
  margin: 0 auto; }
  :where(.calc-scope) .cardsContainer .cards .det02-card-primary-content, :where(.calc-scope) .cardsContainer .cards .det03-card-related, :where(.calc-scope) .cardsContainer .cards .det09-card-cta {
    margin-right: 20px; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .cardsContainer .cards .det02-card-primary-content, :where(.calc-scope) .cardsContainer .cards .det03-card-related, :where(.calc-scope) .cardsContainer .cards .det09-card-cta {
        max-width: 328px; } }

:where(.calc-scope) .cardsContainer .relCardCTAButton button {
  margin: 0 auto;
  display: block;
  margin-top: 20px; }

:where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid {
  white-space: initial; }
  :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * {
    margin-bottom: 20px;
    display: block !important; }
    :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > *:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * {
        margin-bottom: 40px; } }
    @supports (display: grid) {
      :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * {
        grid-template-columns: 49% 51%; }
        :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * .multimedia, :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * .text {
          display: block;
          width: 100%; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .conxx-cards-1-column .items > .aem-Grid > * {
            display: grid !important;
            grid-template-columns: 1fr; } } }

@media screen and (min-width: 992px) {
  :where(.calc-scope) .col-8 .det03-card-related img {
    max-width: auto; } }

:where(.calc-scope) .con04-container-feature .cards {
  margin: 43px 0 0 0; }

:where(.calc-scope) .con04-container-feature .c-button {
  display: block;
  margin: 40px auto; }

:where(.calc-scope) .con20-container-responsive {
  /* Grid setup */ }
  :where(.calc-scope) .con20-container-responsive .atm01-header-v1__wrapper {
    margin-bottom: 48px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con20-container-responsive .atm01-header-v1__wrapper {
        margin-bottom: 24px; } }
  :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 {
    max-width: 1024px;
    min-width: 600px;
    margin: 0 auto;
    font-size: 0; }
    :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      width: calc(33.333% - 20px);
      margin-right: 20px;
      margin-bottom: 54px; }
      :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn:nth-child(3n) {
        margin-right: 0; }
  @supports (display: grid) {
    :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 {
      display: grid;
      width: 100%;
      max-width: 1024px;
      min-width: 0;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-gap: 50px 20px; }
      :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn {
        grid-column: span 1;
        grid-row: span 1;
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 {
        grid-gap: 40px 20px; }
        :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn {
          height: auto;
          margin-bottom: 0; }
          :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn .det18-card-responsive h3 {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 0;
            font-size: 15px;
            line-height: 18px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 {
        max-width: 600px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
        grid-gap: 20px 14px; }
        :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active {
          grid-column: span 2;
          grid-row: span 1;
          cursor: default;
          margin-bottom: 0; }
          :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active .det18-card-responsive {
            cursor: default; }
            :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active .det18-card-responsive picture {
              width: 100%; }
              :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active .det18-card-responsive picture:before {
                width: 40px;
                height: 40px;
                right: 10px;
                bottom: 10px;
                background-image: url("data:image/svg+xml,%0A%3Csvg width='20px' height='20px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 %2847327%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Screens' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='Products-&amp;-Services---Seed-Card-Expanded' transform='translate%28-314.000000, -1062.000000%29' stroke='%23185EE5'%3E%3Cg id='Our-Portfolio' transform='translate%2820.000000, 744.000000%29'%3E%3Cg id='Seed-Panel-Expanded' transform='translate%280.000000, 156.000000%29'%3E%3Cg id='CTA---Collapse' transform='translate%28285.000000, 153.000000%29'%3E%3Cg id='Icon-/-Collaspe' transform='translate%2810.000000, 10.000000%29'%3E%3Cg id='Page-1'%3E%3Cpath d='M19.125,19.125 L13.875,13.875' id='Stroke-1' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-3' stroke-width='2' points='13 16 13 13 16 13'%3E%3C/polyline%3E%3Cpath d='M0.875,0.875 L6.125,6.125' id='Stroke-4' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-6' stroke-width='2' points='7 4 7 7 4 7'%3E%3C/polyline%3E%3Cpath d='M1,19 L6.5,13.5' id='Stroke-7' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-9' stroke-width='2' points='4 13 7 13 7 16'%3E%3C/polyline%3E%3Cpath d='M19.125,0.875 L13.875,6.125' id='Stroke-10' stroke-width='2'%3E%3C/path%3E%3Cpolyline id='Stroke-12' stroke-width='2' points='16 7 13 7 13 4'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
            :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active .det18-card-responsive p {
              height: auto;
              padding-bottom: 11px;
              font-size: 14px;
              line-height: 26px; }
            :where(.calc-scope) .con20-container-responsive .smart-tile-grid > .aem-Grid--12 > .aem-GridColumn.active .det18-card-responsive h3 {
              font-size: 18px;
              color: #000000;
              margin-bottom: 9px;
              margin-top: 17px;
              line-height: 22px; } } }

:where(.calc-scope) .con20-container-responsive .new.newpar {
  display: none; }

:where(.calc-scope) .cardsContainer .con20-container-responsive .aem-Grid {
  white-space: normal; }

:where(.calc-scope) .c-hro01 {
  background-color: #E6E8EA;
  position: relative;
  padding-top: 35vh;
  overflow: hidden; }
  @media print {
    :where(.calc-scope) .c-hro01 {
      padding-top: 0px;
      background: transparent; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .c-hro01 {
      padding-top: 15vh; } }
  :where(.calc-scope) .c-hro01 picture img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media print {
      :where(.calc-scope) .c-hro01 picture img {
        display: none; } }
  @supports (object-fit: cover) {
    :where(.calc-scope) .c-hro01 picture img {
      object-position: center center;
      max-height: 45vh;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      height: 45vh;
      width: 100vw;
      object-fit: cover; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .c-hro01 picture img {
          height: 30vh; } } }
  :where(.calc-scope) .c-hro01 .band-content {
    background: #FFFFFF;
    padding: 60px 88px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    /*  Non-grid setup  */
    font-size: 0;
    /* Grid setup */
    /* End grid setup */ }
    @media print {
      :where(.calc-scope) .c-hro01 .band-content {
        box-shadow: none;
        padding: 0; } }
    :where(.calc-scope) .c-hro01 .band-content > * {
      display: inline-block;
      vertical-align: middle; }
    :where(.calc-scope) .c-hro01 .band-content > h1, :where(.calc-scope) .c-hro01 .hro03-product-header .band-content > .product-title, :where(.calc-scope) .hro03-product-header .c-hro01 .band-content > .product-title {
      width: 60%;
      word-break: break-word; }
    :where(.calc-scope) .c-hro01 .band-content > p {
      width: 40%; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .c-hro01 .band-content > h1, :where(.calc-scope) .c-hro01 .hro03-product-header .band-content > .product-title, :where(.calc-scope) .hro03-product-header .c-hro01 .band-content > .product-title, :where(.calc-scope) .c-hro01 .band-content > p {
        width: 100%;
        text-align: center; } }
    @supports (display: grid) {
      :where(.calc-scope) .c-hro01 .band-content {
        display: grid;
        grid-template-columns: 60% 1fr;
        grid-template-rows: auto;
        align-items: center; }
        :where(.calc-scope) .c-hro01 .band-content > h1, :where(.calc-scope) .c-hro01 .hro03-product-header .band-content > .product-title, :where(.calc-scope) .hro03-product-header .c-hro01 .band-content > .product-title, :where(.calc-scope) .c-hro01 .band-content > p {
          display: block;
          width: auto; }
        @media print {
          :where(.calc-scope) .c-hro01 .band-content {
            grid-template-columns: 1fr; } }
        @media screen and (max-width: 992px) {
          :where(.calc-scope) .c-hro01 .band-content {
            grid-template-columns: 1fr;
            text-align: center; } }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .c-hro01 .band-content {
            grid-template-columns: 1fr; } } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .c-hro01 .band-content {
        padding: 40px 30px;
        box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.06); } }
    :where(.calc-scope) .c-hro01 .band-content h1, :where(.calc-scope) .c-hro01 .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .c-hro01 .band-content .product-title {
      padding-right: 3vw; }
    :where(.calc-scope) .c-hro01 .band-content p {
      border-left: 5px solid #00DC78;
      padding: 0 0 0 3vw;
      font-size: 20px;
      line-height: 160%; }
      @media print {
        :where(.calc-scope) .c-hro01 .band-content p {
          border-left: 0;
          padding: 30px 0 0;
          margin-top: 30px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .c-hro01 .band-content p {
          font-size: 16px;
          padding: 19px 0;
          line-height: 24px; } }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .c-hro01 .band-content p {
          border: none;
          padding: 20px 0;
          text-align: center; }
          :where(.calc-scope) .c-hro01 .band-content p:last-child {
            padding-bottom: 0; } }

.calc-scope.js .c-hro01 .c-hro01-image {
  transition: filter 400ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(3px) grayscale(100%); }

.calc-scope.loaded .c-hro01 .c-hro01-image {
  filter: blur(0px) grayscale(0%); }

:where(.calc-scope) .hro02-hero-level-2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
  max-width: 100vw;
  height: 400px;
  border: 0;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .hro02-hero-level-2 {
      height: 375px; } }
  :where(.calc-scope) .hro02-hero-level-2 .band-content {
    position: relative;
    width: 100%;
    z-index: 3;
    color: #FFFFFF;
    display: block;
    vertical-align: bottom;
    overflow: visible; }
    :where(.calc-scope) .hro02-hero-level-2 .band-content h1, :where(.calc-scope) .hro02-hero-level-2 .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .hro02-hero-level-2 .band-content .product-title {
      color: #FFFFFF;
      text-shadow: -1px 1px 4px #000000;
      display: block;
      vertical-align: bottom;
      width: 45%; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro02-hero-level-2 .band-content h1, :where(.calc-scope) .hro02-hero-level-2 .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .hro02-hero-level-2 .band-content .product-title {
          word-break: break-word; } }
    :where(.calc-scope) .hro02-hero-level-2 .band-content .c-button {
      display: inline-block;
      vertical-align: bottom;
      background: #FFFFFF;
      color: #0072CE;
      position: absolute;
      right: 0;
      bottom: 0; }
      :where(.calc-scope) .hro02-hero-level-2 .band-content .c-button:after, :where(.calc-scope) .hro02-hero-level-2 .band-content .c-button:hover:after {
        background: #FFFFFF; }
      :where(.calc-scope) .hro02-hero-level-2 .band-content .c-button:hover {
        color: #459AFF; }
  :where(.calc-scope) .hro02-hero-level-2 picture {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: top;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%; }
    :where(.calc-scope) .hro02-hero-level-2 picture img {
      max-width: 100%;
      height: auto;
      transform: none;
      z-index: 1; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro02-hero-level-2 picture img {
          width: auto;
          height: 100%;
          transform: none; } }
      @supports (object-fit: cover) {
        :where(.calc-scope) .hro02-hero-level-2 picture img {
          object-fit: cover;
          object-position: center center;
          width: 100%;
          height: 100%; } }
    :where(.calc-scope) .hro02-hero-level-2 picture:before {
      /* gradient overlay */
      content: "";
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .hro02-hero-level-2 .band-content h1, :where(.calc-scope) .hro02-hero-level-2 .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .hro02-hero-level-2 .band-content .product-title {
      width: 100%; }
    :where(.calc-scope) .hro02-hero-level-2 .band-content .c-button {
      position: relative;
      top: 19px; } }

/** styles styles needs to be overridden here **/
:where(.calc-scope) .det09-card-cta {
  display: inline-block;
  font-size: initial;
  width: 328px;
  height: 458px;
  background: grey center center no-repeat;
  background-size: auto 110%;
  vertical-align: top;
  margin: 0 20px 0 0;
  white-space: initial;
  position: relative; }
  :where(.calc-scope) .det09-card-cta picture {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  :where(.calc-scope) .det09-card-cta img {
    width: 100%;
    transition: transform 440ms ease; }
    @media screen and (min-width: 769px) {
      @supports (display: grid) {
        :where(.calc-scope) .det09-card-cta img {
          height: 100%; } } }
    @supports (object-fit: cover) {
      :where(.calc-scope) .det09-card-cta img {
        object-fit: cover; } }
  :where(.calc-scope) .det09-card-cta:hover img {
    transform: scale(1.2); }
  :where(.calc-scope) .det09-card-cta:after {
    content: "";
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height 440ms ease; }
  :where(.calc-scope) .det09-card-cta:hover:after {
    height: 100%; }
  :where(.calc-scope) .det09-card-cta h3 {
    color: #FFFFFF;
    position: absolute;
    bottom: 37px;
    left: 30px;
    z-index: 4;
    max-width: 270px;
    text-align: left;
    left: 40px;
    right: 40px;
    bottom: 33px; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .det09-card-cta h3 {
        right: 40px;
        text-align: right;
        max-width: none; } }
  @supports (display: grid) {
    :where(.calc-scope) .det09-card-cta {
      display: block;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det09-card-cta {
          width: 100%;
          min-height: none;
          display: block;
          min-height: 60vh; } } }

:where(.calc-scope) .primaryCard.cq-Editable-dom .det09-card-cta {
  max-width: 30% !important; }

:where(.calc-scope) .det25-card-feature {
  background: #FFFFFF;
  display: block; }
  :where(.calc-scope) .det25-card-feature > div {
    width: 100%; }
  @supports (display: grid) {
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .det25-card-feature {
        display: flex;
        flex-direction: row-reverse; }
        :where(.calc-scope) .det25-card-feature > div {
          width: 50%; } }
    :where(.calc-scope) .det25-card-feature picture {
      display: block;
      height: 100%;
      overflow: hidden;
      position: relative; }
      :where(.calc-scope) .det25-card-feature picture img {
        width: auto;
        height: 100%; }
        @media screen and (max-width: 992px) {
          :where(.calc-scope) .det25-card-feature picture img {
            width: 100%;
            height: auto; } }
        @supports (object-fit: cover) {
          :where(.calc-scope) .det25-card-feature picture img {
            object-fit: cover;
            object-position: center center;
            width: 100%; } } }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .det25-card-feature {
      display: block;
      flex-direction: row-reverse; }
      :where(.calc-scope) .det25-card-feature > div {
        width: 100%; } }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .det25-card-feature {
      display: flex;
      flex-direction: row-reverse; }
      :where(.calc-scope) .det25-card-feature > div {
        width: 50%; } }
  :where(.calc-scope) .det25-card-feature picture {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative; }
    :where(.calc-scope) .det25-card-feature picture img {
      height: 100%; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det25-card-feature picture img {
          width: 100%;
          height: auto; } }
      @supports (object-fit: cover) {
        :where(.calc-scope) .det25-card-feature picture img {
          object-fit: cover;
          object-position: center center;
          width: 100%; } }
  :where(.calc-scope) .det25-card-feature .text {
    padding: 1.875rem;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .det25-card-feature .text {
        justify-content: flex-start;
        padding-bottom: 90px; } }
    :where(.calc-scope) .det25-card-feature .text h3 {
      color: #0072CE;
      font-size: 24px;
      line-height: 30px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det25-card-feature .text h3 {
          font-size: 20px;
          line-height: 24px; } }
    :where(.calc-scope) .det25-card-feature .text p {
      margin: 8px 0;
      font-size: 14px;
      line-height: 1.625rem; }
    :where(.calc-scope) .det25-card-feature .text a {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      position: relative; }
      @media screen and (min-width: 992px) and (orientation: landscape) {
        :where(.calc-scope) .det25-card-feature .text a {
          right: 0; } }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) .det25-card-feature .text a {
          display: inline-block;
          position: absolute;
          bottom: 30px;
          width: 70%;
          left: 29px; } }
      :where(.calc-scope) .det25-card-feature .text a:after {
        content: "";
        background: url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center center no-repeat;
        background-size: contain;
        width: 18px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        position: absolute; }
      :where(.calc-scope) .det25-card-feature .text a.external:after {
        background-image: url(toplib/resources/vectors/link-out.svg);
        width: 13px;
        height: 13px;
        margin-top: 5px; }

@media screen and (max-width: 992px) {
  :where(.calc-scope) .con14-cards-2-column .cards > .aem-Grid > div {
    float: none; } }

:where(.calc-scope) .det02-card-primary-content {
  width: 328px;
  background: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  :where(.calc-scope) .det02-card-primary-content:last-child {
    margin-left: 0; }
  :where(.calc-scope) .det02-card-primary-content picture img {
    width: 100%;
    height: auto; }
  :where(.calc-scope) .det02-card-primary-content .text {
    background: #FFFFFF;
    padding: 22px 30px 40px;
    height: auto; }
    :where(.calc-scope) .det02-card-primary-content .text h3 {
      color: #0072CE;
      font-size: 20px;
      line-height: 26px; }
    :where(.calc-scope) .det02-card-primary-content .text p {
      padding: 7px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 150px;
      font-size: 14px;
      line-height: 26px; }
    :where(.calc-scope) .det02-card-primary-content .text a {
      display: block;
      font-size: 14px;
      font-weight: 700;
      position: absolute;
      bottom: 25px;
      left: 30px;
      width: 78%; }
      :where(.calc-scope) .det02-card-primary-content .text a:after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background: url(toplib/resources/vectors/link-out.svg) center center no-repeat;
        background-size: 100% auto;
        vertical-align: middle;
        margin-left: 9px;
        position: absolute;
        margin-top: 4px; }
      :where(.calc-scope) .det02-card-primary-content .text a.internal:after {
        background-image: url(toplib/resources/vectors/hyperlink-arrow-positive.svg);
        width: 18px;
        height: 10px; }
  @supports (display: inline-grid) {
    :where(.calc-scope) .det02-card-primary-content {
      display: inline-grid;
      grid-template-columns: 1fr;
      grid-template-rows: min-content 1fr; }
      :where(.calc-scope) .det02-card-primary-content .text {
        align-self: start;
        height: 100%; }
      @media screen and (max-width: 992px) and (min-width: 500px) {
        :where(.calc-scope) .det02-card-primary-content {
          grid-template-columns: 1fr minmax(200px, 1fr);
          grid-template-rows: 1fr;
          height: auto; }
          :where(.calc-scope) .det02-card-primary-content .text {
            position: relative; }
          :where(.calc-scope) .det02-card-primary-content picture img {
            height: 100%;
            object-fit: cover; } } }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .det02-card-primary-content {
      width: 100%; } }
  @supports (display: grid) {
    :where(.calc-scope) .det02-card-primary-content {
      width: 100%; } }

:where(.calc-scope) .det18-tile-full-bleed span {
  padding: 20px 10px 20px 10px; }

:where(.calc-scope) .con02-cards-3-column .det09-card-cta {
  height: 430px; }

@media screen and (max-width: 992px) {
  :where(.calc-scope) .det18-card-responsive a {
    position: static; } }

:where(.calc-scope) .det18-tile-full-bleed {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 0px;
  padding-bottom: 50%;
  margin: 0;
  overflow: hidden; }
  :where(.calc-scope) .det18-tile-full-bleed picture {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden; }
    :where(.calc-scope) .det18-tile-full-bleed picture img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%;
      transition: all 400ms ease;
      transform-origin: center center;
      overflow: hidden; }
    :where(.calc-scope) .det18-tile-full-bleed picture:before {
      content: "";
      z-index: 2;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      transition: background 400ms ease; }
  :where(.calc-scope) .det18-tile-full-bleed:hover img {
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%; }
  :where(.calc-scope) .det18-tile-full-bleed:hover picture:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)); }
  :where(.calc-scope) .det18-tile-full-bleed span {
    z-index: 3;
    color: #FFFFFF;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    padding: 20px 50px 20px 20px;
    font-family: Gilroy, "Arial Black", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-shadow: -1px 1px 3px #000000;
    width: 100%;
    word-break: break-word; }
    :where(.calc-scope) .det18-tile-full-bleed span:after {
      content: "";
      width: 12px;
      height: 7px;
      background: url(toplib/resources/vectors/right-arrow-white.svg) center center no-repeat;
      background-size: cover;
      display: inline-block;
      position: absolute;
      bottom: 27px;
      right: 10%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det18-tile-full-bleed span {
        font-size: 20px;
        line-height: 26px; } }

:where(.calc-scope) .str01-text-on-image {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  height: 500px; }
  @media print {
    :where(.calc-scope) .str01-text-on-image {
      padding: 0;
      text-align: left; } }
  :where(.calc-scope) .str01-text-on-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: 1; }
  :where(.calc-scope) .str01-text-on-image img {
    width: auto;
    height: 150%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -10%); }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .str01-text-on-image img {
        width: 150%;
        height: auto;
        transform: translate(-20%, 0%); }
        @supports (object-fit: cover) {
          :where(.calc-scope) .str01-text-on-image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            transform: none;
            object-fit: cover;
            object-position: center center; } } }
  :where(.calc-scope) .str01-text-on-image .band-content {
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 2; }
    :where(.calc-scope) .str01-text-on-image .band-content h2, :where(.calc-scope) .str01-text-on-image .band-content p {
      color: #FFFFFF;
      text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.8); }
      @media print {
        :where(.calc-scope) .str01-text-on-image .band-content h2, :where(.calc-scope) .str01-text-on-image .band-content p {
          color: #000000;
          text-shadow: none;
          text-align: left; } }
    :where(.calc-scope) .str01-text-on-image .band-content p {
      font-size: 20px;
      line-height: 32px;
      margin: 19px 0; }
    :where(.calc-scope) .str01-text-on-image .band-content .c-button {
      background: #FFFFFF;
      color: #0072CE;
      margin-top: 13px;
      -webkit-appearance: none;
      border: none;
      padding: 1.3125rem 2.375rem; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .str01-text-on-image .band-content .c-button {
          padding: 1rem 2.375rem; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str01-text-on-image {
      padding-top: 127px;
      height: 600px;
      padding-bottom: 127px; }
      :where(.calc-scope) .str01-text-on-image .band-content h2 {
        font-size: 32px;
        line-height: 38px; }
      :where(.calc-scope) .str01-text-on-image .band-content p {
        font-size: 16px;
        line-height: 22px; } }
  @supports (object-fit: cover) {
    :where(.calc-scope) .str01-text-on-image img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%;
      transform: none; } }

:where(.calc-scope) footer.band {
  background: #000000;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #FFFFFF;
  /* Styles */ }
  @supports (display: grid) {
    :where(.calc-scope) footer.band {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 720px) {
    :where(.calc-scope) footer.band {
      padding-top: 50px;
      padding-bottom: 50px; } }
  :where(.calc-scope) footer.band .band-content {
    position: relative;
    min-height: 260px; }
    @media screen and (min-width: 720px) {
      :where(.calc-scope) footer.band .band-content {
        display: flex; }
        :where(.calc-scope) footer.band .band-content .footer-col-left {
          width: 33.33%; }
        :where(.calc-scope) footer.band .band-content .footer-col-right {
          width: 66.66%; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) footer.band .band-content {
        padding-bottom: 0; } }
  :where(.calc-scope) footer.band * {
    color: #FFFFFF; }
  @media screen and (min-width: 720px) {
    :where(.calc-scope) footer.band {
      font-size: 0; }
      :where(.calc-scope) footer.band .logo {
        display: block;
        margin-bottom: 30px; }
      :where(.calc-scope) footer.band .primary, :where(.calc-scope) footer.band .secondary, :where(.calc-scope) footer.band .social {
        vertical-align: top; }
      :where(.calc-scope) footer.band .social {
        display: block; }
      :where(.calc-scope) footer.band .primary {
        margin-right: 0; }
      :where(.calc-scope) footer.band .copyright {
        display: inline-block; } }
  :where(.calc-scope) footer.band .logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    min-height: 67px;
    margin-bottom: 30px; }
  :where(.calc-scope) footer.band .primary {
    border-bottom: 1px solid #666666;
    display: inline-flex;
    justify-content: left;
    align-items: flex-end;
    width: 100%; }
    :where(.calc-scope) footer.band .primary a {
      margin: 0 38px 0 0;
      display: inline-block; }
      @media screen and (min-width: 720px) {
        :where(.calc-scope) footer.band .primary a {
          padding-bottom: 36px; } }
      :where(.calc-scope) footer.band .primary a a {
        margin-bottom: 0; }
    @media print {
      :where(.calc-scope) footer.band .primary {
        display: none; } }
  :where(.calc-scope) footer.band .secondary {
    display: inline-flex;
    justify-content: left;
    align-self: start; }
    @media screen and (min-width: 720px) {
      :where(.calc-scope) footer.band .secondary {
        margin-top: 36px; } }
    @media screen and (max-width: 720px) {
      :where(.calc-scope) footer.band .secondary {
        margin-bottom: 2px; } }
    @supports (display: grid) {
      :where(.calc-scope) footer.band .secondary {
        padding: 0; } }
    @media print {
      :where(.calc-scope) footer.band .secondary {
        display: none; } }
    :where(.calc-scope) footer.band .secondary a {
      margin: 0 13px 0 0;
      display: inline-block; }
      @media screen and (min-width: 720px) {
        :where(.calc-scope) footer.band .secondary a {
          margin-bottom: 36px; } }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) footer.band .secondary a {
          position: relative;
          margin: 0 22px 36px 0; } }
      @media screen and (min-width: 720px) and (max-width: 992px) and (orientation: portrait) {
        :where(.calc-scope) footer.band .secondary a {
          position: relative;
          margin: 0 24px 5px 0; } }
      :where(.calc-scope) footer.band .secondary a:after {
        content: "|";
        padding: 0 0 0 20px;
        vertical-align: middle; }
        @media screen and (min-width: 720px) {
          :where(.calc-scope) footer.band .secondary a:after {
            margin-top: -2px;
            vertical-align: top;
            display: inline-block; } }
      :where(.calc-scope) footer.band .secondary a:last-child:after, :where(.calc-scope) footer.band .secondary a:last-of-type:after {
        content: "";
        padding: 0; }
      :where(.calc-scope) footer.band .secondary a a {
        margin-bottom: 0; }
  :where(.calc-scope) footer.band .social {
    padding-bottom: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) footer.band .social {
        padding-bottom: 0;
        padding-top: 30px; } }
    @media print {
      :where(.calc-scope) footer.band .social {
        display: none; } }
    :where(.calc-scope) footer.band .social p {
      display: block;
      font-size: 14px;
      margin: 0 0 10px 0;
      width: 100%; }
    :where(.calc-scope) footer.band .social a {
      display: inline-block;
      height: 15px;
      width: 18px;
      margin: 0 10px 0 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      font-size: 0;
      text-align: center; }
      :where(.calc-scope) footer.band .social a.twitter {
        background-image: url(toplib/resources/vectors/twitter.svg); }
      :where(.calc-scope) footer.band .social a.linkedin {
        background-image: url(toplib/resources/vectors/linkedin.svg); }
      :where(.calc-scope) footer.band .social a.facebook {
        background-image: url(toplib/resources/vectors/facebook.svg); }
      :where(.calc-scope) footer.band .social a img {
        max-width: 100%;
        height: 100%; }
  :where(.calc-scope) footer.band .primary a, :where(.calc-scope) footer.band .secondary a {
    font-weight: 700;
    font-size: 14px; }
    :where(.calc-scope) footer.band .primary a:last-child, :where(.calc-scope) footer.band .secondary a:last-child {
      padding-right: 0;
      margin-right: 0; }
  :where(.calc-scope) footer.band .copyright {
    font-size: 14px;
    line-height: 26px;
    align-self: start; }
    @media print {
      :where(.calc-scope) footer.band .copyright {
        transform: none; } }
  @media screen and (max-width: 720px) {
    :where(.calc-scope) footer.band .primary {
      border-top: 1px solid #666666;
      padding: 24px 0 12px;
      display: block; }
      :where(.calc-scope) footer.band .primary a {
        display: block;
        margin: 0 0 24px 0; }
    :where(.calc-scope) footer.band .secondary {
      padding: 30px 0;
      display: block; }
      :where(.calc-scope) footer.band .secondary a {
        display: block;
        margin: 0 0 24px 0; }
        :where(.calc-scope) footer.band .secondary a:last-child {
          margin: 0; }
        :where(.calc-scope) footer.band .secondary a:after {
          display: none; }
    :where(.calc-scope) footer.band .copyright {
      font-size: 13px;
      line-height: 22px; } }

@media print {
  :where(.calc-scope) footer .band-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    grid-gap: 0px 61px; }
  :where(.calc-scope) footer .logo {
    grid-column: 1 / span 2;
    grid-row: 1; }
  :where(.calc-scope) footer .primary {
    grid-column: 3 / span 4;
    grid-row: 1; }
  :where(.calc-scope) footer .secondary {
    grid-column: 3 / span 4;
    grid-row: 2; }
  :where(.calc-scope) footer .social {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2; }
  :where(.calc-scope) footer .copyright {
    grid-column: 3 / span 4;
    grid-row: 3; } }

:where(.calc-scope) footer .copyright p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit; }
  :where(.calc-scope) footer .copyright p a {
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }

:where(.calc-scope) .with-seperator a:after {
  content: "|";
  /* vertical-align: middle; */
  padding-left: 10px;
  padding-right: 10px; }

:where(.calc-scope) .with-seperator a:last-child:after, :where(.calc-scope) .with-seperator a:last-of-type:after {
  content: ""; }

:where(.calc-scope) .primary .with-seperator > a:after {
  padding-left: 10px; }

:where(.calc-scope) .primary .with-seperator > a {
  margin: 0 10px 0 0; }

:where(.calc-scope) .primary .with-seperator {
  width: 100%; }

:where(.calc-scope) .topline.cq-Editable-dom nav {
  display: inline-block; }

:where(.calc-scope) .topline a strong {
  display: none; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .topline a strong {
      display: block; } }

:where(.calc-scope) .flag-icon-global {
  background: url(toplib/resources/vectors/globe-icon.svg) no-repeat;
  background-size: 108%;
  height: 20px; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .flag-icon-global {
      top: -5px; } }

:where(.calc-scope) .str06-feature-2-column {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .str06-feature-2-column {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content {
      display: flex; }
      @supports (display: grid) {
        :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content {
          display: grid; } }
      :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content picture {
        order: 2; }
        :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content picture img {
          box-shadow: 35px 35px 40px 0 rgba(0, 0, 0, 0.2), 70px 70px 0px #EEEEEE; } }
  :where(.calc-scope) .str06-feature-2-column .band-content {
    font-size: 0;
    /* @media screen and (min-width: $tablet) {
      padding-bottom: $offset-gray;
    } */ }
    @supports (display: grid) {
      :where(.calc-scope) .str06-feature-2-column .band-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content;
        align-items: center;
        grid-gap: 5vw;
        grid-gap: 100px; } }
    :where(.calc-scope) .str06-feature-2-column .band-content picture {
      max-width: 35vw;
      width: calc(50% - 100px);
      display: inline-block;
      vertical-align: middle;
      margin-right: 100px;
      padding-bottom: 70px; }
      @supports (display: grid) {
        :where(.calc-scope) .str06-feature-2-column .band-content picture {
          width: auto;
          display: block;
          margin: 0;
          vertical-align: initial; }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .str06-feature-2-column .band-content picture {
              padding-bottom: 0; } } }
      :where(.calc-scope) .str06-feature-2-column .band-content picture img {
        box-shadow: calc(35px * -1) 35px 40px 0 rgba(0, 0, 0, 0.2), -70px 70px 0px #EEEEEE; }
        @media print {
          :where(.calc-scope) .str06-feature-2-column .band-content picture img {
            box-shadow: none; } }
    :where(.calc-scope) .str06-feature-2-column .band-content .text {
      width: calc(50% - 100px);
      display: inline-block;
      vertical-align: middle;
      margin-right: 100px;
      /* Text only */ }
      @supports (display: grid) {
        :where(.calc-scope) .str06-feature-2-column .band-content .text {
          width: auto;
          display: block;
          margin: 0;
          vertical-align: initial; } }
      :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child {
        width: 100%; }
        :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child > * {
          width: 50%;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 992px) {
            :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child > * {
              width: 100%;
              display: block; } }
        @supports (display: grid) {
          :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child {
            grid-column: span 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center; }
            :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child > * {
              width: auto; } }
      :where(.calc-scope) .str06-feature-2-column .band-content .text > div, :where(.calc-scope) .str06-feature-2-column .band-content .text > p {
        padding-left: 80px; }
      :where(.calc-scope) .str06-feature-2-column .band-content .text .heading {
        border-left: 5px solid #00DC78;
        align-self: start;
        margin-bottom: 20px; }
        @media screen and (min-width: 992px) {
          :where(.calc-scope) .str06-feature-2-column .band-content .text .heading {
            padding-left: 75px; } }
        :where(.calc-scope) .str06-feature-2-column .band-content .text .heading h2 {
          font-size: 32px;
          line-height: 36px; }
        :where(.calc-scope) .str06-feature-2-column .band-content .text .heading h3 {
          font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
          font-size: 13px;
          font-weight: bold;
          padding: 0;
          margin: 0 0 13px; }
      :where(.calc-scope) .str06-feature-2-column .band-content .text p {
        margin: 0 0 13px 0;
        padding-right: 40px; }
        :where(.calc-scope) .str06-feature-2-column .band-content .text p:first-child, :where(.calc-scope) .str06-feature-2-column .band-content .text p:last-child {
          margin: 0; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .str06-feature-2-column .band-content .text p {
            line-height: 28px; } }
      :where(.calc-scope) .str06-feature-2-column .band-content .text .c-button {
        margin-top: 40px;
        display: block;
        -webkit-appearance: none; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .str06-feature-2-column .band-content {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr min-content;
      grid-gap: 0 100px;
      justify-items: center;
      padding-bottom: 0; }
      :where(.calc-scope) .str06-feature-2-column .band-content .text {
        align-self: start;
        padding-top: 0; }
      :where(.calc-scope) .str06-feature-2-column .band-content photo {
        max-width: 75%; }
    @supports (display: grid) {
      :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content {
        grid-template-columns: 1fr 1fr; }
        :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content picture {
          grid-column: 2;
          grid-row: 1; }
          :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content picture img {
            box-shadow: 35px 35px 40px 0 rgba(0, 0, 0, 0.2), 70px 70px 0px #EEEEEE; }
        :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content picture + .text {
          grid-column: 1;
          grid-row: 1; } }
    :where(.calc-scope) .str06-feature-2-column .band-content .text .heading h3 {
      margin-bottom: 10px; }
    :where(.calc-scope) .str06-feature-2-column.image-on-left .band-content {
      grid-template-columns: 1.2fr 1fr; }
    :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content {
      grid-template-columns: 1fr 1.2fr; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str06-feature-2-column .band-content {
      grid-template-columns: 1fr;
      grid-row: auto auto;
      grid-auto-rows: min-content;
      grid-gap: 40px 24px;
      overflow: visible; }
      :where(.calc-scope) .str06-feature-2-column .band-content picture {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none; }
        :where(.calc-scope) .str06-feature-2-column .band-content picture img {
          box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.2), 18px 18px 0px #EEEEEE;
          height: auto;
          width: calc(100% - 18px); }
      :where(.calc-scope) .str06-feature-2-column .band-content .text, :where(.calc-scope) .str06-feature-2-column .band-content .text:first-child {
        grid-template-columns: 1fr;
        width: 100%; }
      :where(.calc-scope) .str06-feature-2-column .band-content .text div, :where(.calc-scope) .str06-feature-2-column .band-content .text p {
        padding-left: 0;
        padding-right: 0; }
      :where(.calc-scope) .str06-feature-2-column .band-content .text .heading {
        grid-row: 1;
        border: none; } }
  @media screen and (min-width: 769px) and (max-width: 1000px) {
    :where(.calc-scope) .str06-feature-2-column .band-content img {
      box-shadow: calc(35px * -0.5) calc(35px * 0.5) 40px 0 rgba(0, 0, 0, 0.2), calc(70px * -0.5) calc(70px * 0.5) 0px #EEEEEE; }
    :where(.calc-scope) .str06-feature-2-column.image-on-right .band-content img {
      box-shadow: calc(35px * 0.5) calc(35px * 0.5) 40px 0 rgba(0, 0, 0, 0.2), calc(70px * 0.5) calc(70px * 0.5) 0px #EEEEEE; } }

:where(.calc-scope) .str06-feature-2-column .band-content .text a.c-button {
  display: inline-block; }

:where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo {
  width: 20vw;
  height: 20vw;
  max-width: 260px;
  max-height: 260px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  font-size: 0;
  background-size: 70%;
  border: 5px solid #ffffff;
  transition: all 400ms ease;
  position: relative;
  -webkit-print-color-adjust: exact; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo:hover {
    border: 5px solid #0072CE; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo:after {
    content: "";
    width: 18px;
    height: 16px;
    display: block;
    background: url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 16px;
    right: 16px; }
    @media print {
      :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo:after {
        display: none; } }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo.external:after {
    background-image: url(toplib/resources/vectors/link-out.svg);
    width: 13px;
    height: 13px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag > .det-10-brand-logo {
      width: 100%;
      height: 100%;
      max-width: initial;
      max-height: initial; } }

:where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon {
  width: 100px;
  height: 100px; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon:before {
    content: '';
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-color: #003EB6;
    border-radius: 50%; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon img {
    transition: 200ms ease-out;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30%;
    position: relative;
    z-index: 2; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon strong {
    text-align: center;
    width: 100%;
    color: #000;
    display: block; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon .white {
    color: #FFFFFF; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon.maroon:before {
    background-color: #750D2B; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon.blue:before {
    background-color: #003EB6; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon.orange:before {
    background-color: #CC3602; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.custom-6-tiles-crop-icon.green:before {
    background-color: #00DC78; }

:where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .item.det18-card-responsive {
  width: 328px;
  position: relative; }

:where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .det18-card-responsive a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: -25px;
  left: 0px; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .det18-card-responsive a:after {
    content: '';
    background-image: url(toplib/resources/vectors/hyperlink-arrow-positive.svg);
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 20px; }
  :where(.calc-scope) > .root.responsivegrid > .aem-Grid > .aem-GridColumn > .feature-flag .det18-card-responsive a.external:after {
    background-image: url(toplib/resources/vectors/link-out.svg);
    width: 17px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
    top: 4px; }

:where(.calc-scope) .det05-tile-impact {
  display: block;
  text-align: left;
  width: 328px;
  height: 328px;
  width: calc(50% - 10px);
  /* Force height to equal width */
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  /* Link internal/external icons */
  transition: background 340ms ease;
  background: #0072CE; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .det05-tile-impact {
      width: calc(33.333% - 20px); } }
  :where(.calc-scope) .det05-tile-impact:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .det05-tile-impact {
      margin-right: 20px;
      margin-bottom: 20px; } }
  :where(.calc-scope) .det05-tile-impact:hover a .label:after {
    background-image: url(toplib/resources/vectors/arrow-right.svg); }
  :where(.calc-scope) .det05-tile-impact:hover a.external .label:after {
    background-image: url(toplib/resources/vectors/link-out.svg); }
  :where(.calc-scope) .det05-tile-impact:hover picture:before {
    border-right-color: #FFFFFF; }
  :where(.calc-scope) .det05-tile-impact.invert {
    background: #FFFFFF;
    color: #0072CE; }
    :where(.calc-scope) .det05-tile-impact.invert picture:before {
      border-right: 20px solid #FFFFFF; }
    :where(.calc-scope) .det05-tile-impact.invert a .label:after {
      background-image: url(toplib/resources/vectors/arrow-right.svg); }
    :where(.calc-scope) .det05-tile-impact.invert a.external .label:after {
      background-image: url(toplib/resources/vectors/link-out.svg); }
    :where(.calc-scope) .det05-tile-impact.invert .eyebrow {
      color: #000000; }
    :where(.calc-scope) .det05-tile-impact.invert span {
      color: #0072CE; }
    :where(.calc-scope) .det05-tile-impact.invert:hover {
      background: #0072CE;
      color: #FFFFFF; }
      :where(.calc-scope) .det05-tile-impact.invert:hover a .label:after {
        background-image: url(toplib/resources/vectors/arrow-right-white.svg); }
      :where(.calc-scope) .det05-tile-impact.invert:hover a.external .label:after {
        background-image: url(toplib/resources/vectors/link-out-white.svg); }
      :where(.calc-scope) .det05-tile-impact.invert:hover span {
        color: #FFFFFF; }
      :where(.calc-scope) .det05-tile-impact.invert:hover .eyebrow {
        color: #FFFFFF; }
      :where(.calc-scope) .det05-tile-impact.invert:hover picture:before {
        border-right-color: #0072CE; }
  :where(.calc-scope) .det05-tile-impact.blue {
    background: #0072CE; }
  :where(.calc-scope) .det05-tile-impact.maroon {
    background: #750D2B; }
  :where(.calc-scope) .det05-tile-impact span {
    color: #FFFFFF;
    transition: color 340ms ease; }
    :where(.calc-scope) .det05-tile-impact span.eyebrow {
      color: #FFFFFF; }
  :where(.calc-scope) .det05-tile-impact:hover {
    background: #FFFFFF; }
    :where(.calc-scope) .det05-tile-impact:hover span {
      color: #0072CE; }
    :where(.calc-scope) .det05-tile-impact:hover .eyebrow {
      color: #000000; }
  :where(.calc-scope) .det05-tile-impact a {
    display: block;
    width: 100%;
    height: 100%; }
  :where(.calc-scope) .det05-tile-impact img {
    display: block;
    width: 52%;
    width: calc(50% + 10px);
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det05-tile-impact img {
        width: calc(50% + 10px); } }
  :where(.calc-scope) .det05-tile-impact .title {
    font-weight: 700;
    font-family: Gilroy, "Arial Black", sans-serif;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 25px;
    right: 0;
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det05-tile-impact .title {
        font-size: 15px;
        line-height: 18px;
        top: 15px;
        padding: 0 15px;
        -webkit-line-clamp: 3; } }
  :where(.calc-scope) .det05-tile-impact .eyebrow {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 13px;
    font-weight: bold;
    width: 100%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det05-tile-impact .eyebrow {
        display: none; } }
  :where(.calc-scope) .det05-tile-impact .eyebrow ~ .title {
    top: 54px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det05-tile-impact .eyebrow ~ .title {
        top: 25px; } }
  :where(.calc-scope) .det05-tile-impact .label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    left: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det05-tile-impact .label {
        font-size: 0;
        left: 15px;
        bottom: 15px; } }
    :where(.calc-scope) .det05-tile-impact .label:after {
      content: "";
      background: url(toplib/resources/vectors/arrow-right-white.svg) center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 10px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px; }
  :where(.calc-scope) .det05-tile-impact a.external .label:after {
    background-image: url(toplib/resources/vectors/link-out-white.svg);
    width: 13px;
    height: 13px; }

:where(.calc-scope) .det06-tile-impact-expanded {
  width: 676px;
  width: calc(66.66% - 20px);
  /* Force height to equal 1/2 width */
  height: auto; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .det06-tile-impact-expanded {
      width: 100%;
      /* If there's an odd number of tiles and the last tile is expanded, show it as a regular tile (1x1) for tablet and down */ }
      :where(.calc-scope) .det06-tile-impact-expanded:nth-child(odd):last-child {
        width: calc(50% - 10px); }
        :where(.calc-scope) .det06-tile-impact-expanded:nth-child(odd):last-child picture {
          display: none; }
        :where(.calc-scope) .det06-tile-impact-expanded:nth-child(odd):last-child span {
          width: 100%; } }
  :where(.calc-scope) .det06-tile-impact-expanded:before {
    padding-top: 50%; }
  :where(.calc-scope) .det06-tile-impact-expanded .title {
    left: calc(50% + 20px);
    width: calc(50% - 20px);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det06-tile-impact-expanded .title {
        -webkit-line-clamp: 3; } }
  :where(.calc-scope) .det06-tile-impact-expanded .label, :where(.calc-scope) .det06-tile-impact-expanded .eyebrow {
    left: calc(50% + 20px);
    padding-left: 30px;
    padding-right: 30px;
    width: 50%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det06-tile-impact-expanded .label, :where(.calc-scope) .det06-tile-impact-expanded .eyebrow {
        padding-left: 15px; } }
  :where(.calc-scope) .det06-tile-impact-expanded picture {
    overflow: hidden; }
    :where(.calc-scope) .det06-tile-impact-expanded picture:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 20px solid #0072CE;
      border-bottom: 20px solid transparent;
      position: absolute;
      z-index: 8;
      right: 48%;
      bottom: 8%; }
      @media screen and (max-width: 550px) {
        :where(.calc-scope) .det06-tile-impact-expanded picture:before {
          right: 47%; } }
      :where(.calc-scope) .det06-tile-impact-expanded picture:before:hover {
        border-right-color: #FFFFFF; }
  :where(.calc-scope) .det06-tile-impact-expanded img {
    transition: all 340ms ease;
    transform-origin: right bottom;
    position: absolute; }
  :where(.calc-scope) .det06-tile-impact-expanded.image-on-right img {
    position: absolute;
    right: 0;
    transform-origin: left bottom; }
  :where(.calc-scope) .det06-tile-impact-expanded.image-on-right .title, :where(.calc-scope) .det06-tile-impact-expanded.image-on-right .label, :where(.calc-scope) .det06-tile-impact-expanded.image-on-right .eyebrow {
    right: auto;
    left: 0; }
  :where(.calc-scope) .det06-tile-impact-expanded.image-on-right picture:before {
    right: auto;
    left: 48%;
    bottom: 8%;
    transform: rotate(180deg); }
    @media screen and (max-width: 600px) {
      :where(.calc-scope) .det06-tile-impact-expanded.image-on-right picture:before {
        left: 47%; } }

:where(.calc-scope) .impact > .aem-Grid {
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .impact > .aem-Grid {
      margin-right: -20px; } }

:where(.calc-scope) .c-hro3__wrapper {
  overflow: hidden;
  position: relative;
  height: 560px; }
  @media only screen and (max-width: 765px) {
    :where(.calc-scope) .c-hro3__wrapper {
      height: 560px; } }
  :where(.calc-scope) .c-hro3__wrapper .angled-wrapper {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 110%;
    height: 100%;
    top: 0;
    left: -10%;
    transform-origin: bottom right;
    transform: rotate(0); }
    @media only screen and (max-width: 769px) {
      :where(.calc-scope) .c-hro3__wrapper .angled-wrapper {
        left: -50%;
        width: 150%;
        transform: rotate(0); } }
  :where(.calc-scope) .c-hro3__wrapper .band {
    margin-left: 10%; }
    @media only screen and (max-width: 769px) {
      :where(.calc-scope) .c-hro3__wrapper .band {
        margin-left: 32%; } }
  :where(.calc-scope) .c-hro3__wrapper .angled-trim {
    position: absolute;
    z-index: 0;
    bottom: 25px;
    left: 0;
    background-color: #00DC78;
    width: 100%;
    height: 0;
    transform-origin: top left;
    transform: skew(0, -7deg); }
    @media only screen and (max-width: 769px) {
      :where(.calc-scope) .c-hro3__wrapper .angled-trim {
        bottom: 50px; } }
    @media only screen and (max-width: 765px) {
      :where(.calc-scope) .c-hro3__wrapper .angled-trim {
        bottom: 25px; } }
  :where(.calc-scope) .c-hro3__wrapper .carousel-hero {
    background: #000000;
    transform: rotate(0);
    transform-origin: bottom right; }
    @media only screen and (max-width: 769px) {
      :where(.calc-scope) .c-hro3__wrapper .carousel-hero {
        transform: rotate(0); } }
  :where(.calc-scope) .c-hro3__wrapper .flickity-viewport {
    height: 560px; }
    @media only screen and (max-width: 765px) {
      :where(.calc-scope) .c-hro3__wrapper .flickity-viewport {
        height: 560px; } }
  :where(.calc-scope) .c-hro3__wrapper .carousel-cell {
    width: 100%;
    height: 560px;
    margin-right: 0px;
    counter-increment: carousel-cell;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 765px) {
      :where(.calc-scope) .c-hro3__wrapper .carousel-cell {
        height: 560px; } }
    :where(.calc-scope) .c-hro3__wrapper .carousel-cell:after {
      content: '';
      width: 100vw;
      height: 100%;
      opacity: .6;
      position: absolute;
      display: block;
      z-index: 1;
      top: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0)); }
    :where(.calc-scope) .c-hro3__wrapper .carousel-cell picture img {
      position: absolute;
      height: auto;
      left: 50%;
      transform: translateX(-50%); }
      @supports (object-fit: cover) {
        :where(.calc-scope) .c-hro3__wrapper .carousel-cell picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          left: 0;
          transform: none; } }
    :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text {
      z-index: 10 !important;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding-bottom: calc(130px + 0);
      max-width: 1024px;
      margin: 0 auto;
      transition: transform 660ms ease-out;
      transform: translateX(-150vw); }
      :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text > * {
        width: 100%; }
      :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text h1, :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .c-hro3__wrapper .carousel-cell .text .product-title {
        color: #FFFFFF;
        text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.5);
        width: 65%; }
        @media only screen and (max-width: 769px) {
          :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text h1, :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .c-hro3__wrapper .carousel-cell .text .product-title {
            width: 100%; } }
      :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text p {
        color: #FFFFFF;
        font-weight: bold;
        margin: 0 2px 17px;
        text-transform: none;
        text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.5); }
        @media only screen and (max-width: 769px) {
          :where(.calc-scope) .c-hro3__wrapper .carousel-cell .text p {
            margin: 0 2px 11px; } }
    :where(.calc-scope) .c-hro3__wrapper .carousel-cell.is-selected .text {
      transform: none; }
    :where(.calc-scope) .c-hro3__wrapper .carousel-cell.is-selected ~ .carousel-cell .text {
      transform: translateX(100vw); }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .atm02-button-wrapper {
    position: absolute;
    width: 93.5%;
    top: 46.5vh; } }

/* ---- button-row ---- */
:where(.calc-scope) .c-hro3__button-row {
  text-align: center;
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 10vw 24px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  transition: background 340ms ease; }
  @media only screen and (max-width: 769px) {
    :where(.calc-scope) .c-hro3__button-row {
      padding-left: 5vw;
      padding-right: 5vw;
      bottom: 0; } }
  :where(.calc-scope) .c-hro3__button-row:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .c-hro3__button-row {
      backdrop-filter: none;
      padding-bottom: 50px;
      background-color: rgba(0, 0, 0, 0.3); }
      :where(.calc-scope) .c-hro3__button-row:hover {
        background-color: rgba(0, 0, 0, 0.3); } }
  :where(.calc-scope) .c-hro3__button-row .button {
    width: auto;
    width: 25%;
    height: auto;
    color: white;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-weight: 700;
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    transition: all .2s ease-in-out;
    background-color: transparent;
    flex-shrink: 1;
    counter-increment: buttons;
    padding: 1em 10px 1em 55px;
    position: relative; }
    :where(.calc-scope) .c-hro3__button-row .button:before {
      content: counter(buttons);
      width: 34px;
      height: 34px;
      display: block;
      border: 2px solid rgba(255, 255, 255, 0.3);
      color: white;
      border-radius: 50%;
      line-height: 30px;
      font-size: 14px;
      text-align: center;
      position: absolute;
      left: 0;
      transition: border 340ms ease;
      top: 34px;
      transform: translateY(-50%); }
    :where(.calc-scope) .c-hro3__button-row .button:focus {
      outline: none; }
    :where(.calc-scope) .c-hro3__button-row .button.is-selected, :where(.calc-scope) .c-hro3__button-row .button:hover {
      color: white;
      cursor: pointer;
      border-bottom: 4px solid white; }
      :where(.calc-scope) .c-hro3__button-row .button.is-selected:before, :where(.calc-scope) .c-hro3__button-row .button:hover:before {
        border: 2px solid white; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .c-hro3__button-row .button {
        height: auto;
        width: 40px;
        padding: 0;
        font-size: 0;
        margin-right: 10px; }
        :where(.calc-scope) .c-hro3__button-row .button:before {
          display: none; } }

/* ---- button-group ---- */
:where(.calc-scope) .button-group {
  vertical-align: bottom;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-items: space-between; }

:where(.calc-scope) .carousel-cell .c-button {
  margin: 29px 0 0;
  border: none; }
  @media only screen and (max-width: 769px) {
    :where(.calc-scope) .carousel-cell .c-button {
      font-size: 12px;
      margin: 23px 0 0; } }

:where(.calc-scope) .band.frm01-form {
  padding: 100px 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .band.frm01-form {
      padding: 50px 0; } }
  :where(.calc-scope) .band.frm01-form form {
    margin-top: 0px;
    background: #FFFFFF;
    padding: 0; }
  :where(.calc-scope) .band.frm01-form.blue {
    background: #0072CE; }
  :where(.calc-scope) .band.frm01-form.maroon {
    background: #750D2B; }
    :where(.calc-scope) .band.frm01-form.maroon .text {
      color: #FFFFFF; }
      :where(.calc-scope) .band.frm01-form.maroon .text p {
        color: #FFFFFF; }
  :where(.calc-scope) .band.frm01-form.green {
    background: #65FCA2; }
  :where(.calc-scope) .band.frm01-form.orange {
    background: #CC3602; }
  :where(.calc-scope) .band.frm01-form .innerWidth {
    max-width: 1024px;
    margin: 0 auto; }
  :where(.calc-scope) .band.frm01-form .api-error {
    color: #FF0000;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 50px; }
    :where(.calc-scope) .band.frm01-form .api-error p {
      color: #FF0000;
      margin-bottom: 0; }
  :where(.calc-scope) .band.frm01-form form {
    margin-top: 25px; }
    :where(.calc-scope) .band.frm01-form form fieldset select {
      appearance: textfield;
      -webkit-appearance: textfield;
      -moz-appearance: textfield; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .band.frm01-form form fieldset select option:first-child {
          display: none; } }
    :where(.calc-scope) .band.frm01-form form fieldset input:not([type="checkbox"]).hide {
      display: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .band.frm01-form form fieldset .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .band.frm01-form form {
        margin-top: 0px;
        padding: 0; } }

:where(.calc-scope) .frm01-form.white {
  background: #FFFFFF;
  color: #000000; }

:where(.calc-scope) .frm01-form.blue, :where(.calc-scope) .frm01-form.maroon {
  background: #0072CE; }
  :where(.calc-scope) .frm01-form.blue .text h2, :where(.calc-scope) .frm01-form.blue .text p, :where(.calc-scope) .frm01-form.maroon .text h2, :where(.calc-scope) .frm01-form.maroon .text p {
    color: #FFFFFF; }
  :where(.calc-scope) .frm01-form.blue form, :where(.calc-scope) .frm01-form.maroon form {
    background: #FFFFFF;
    padding: 30px; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .frm01-form.blue form, :where(.calc-scope) .frm01-form.maroon form {
        padding: 76px 85px 20px 85px; } }

:where(.calc-scope) .frm01-form .text {
  display: inline-block;
  width: 31%;
  word-wrap: break-word; }
  :where(.calc-scope) .frm01-form .text h2 {
    margin-bottom: 11px;
    margin-top: 32px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .frm01-form .text h2 {
        margin-bottom: 16px;
        font-size: 32px; } }
  :where(.calc-scope) .frm01-form .text h2:first-child {
    margin-top: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .frm01-form .text p {
      margin-bottom: 10px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .frm01-form .text {
      width: 100%;
      padding: 0 20px 20px; } }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .frm01-form .band-content .text {
    padding: 0 0 20px; }
    :where(.calc-scope) .frm01-form .band-content .text h2 {
      line-height: 35px; } }

:where(.calc-scope) .frm01-form .disclaimer {
  font-size: 14px;
  line-height: 26px;
  margin-top: 50px; }
  :where(.calc-scope) .frm01-form .disclaimer a {
    font-weight: bold; }

:where(.calc-scope) .frm01-form form {
  display: inline-block;
  width: 60%;
  margin-left: 8%;
  vertical-align: top;
  font-size: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .frm01-form form {
      width: 100%;
      margin: 20px 0 0 0; } }
  :where(.calc-scope) .frm01-form form p, :where(.calc-scope) .frm01-form form h1, :where(.calc-scope) .frm01-form form .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .frm01-form form .product-title, :where(.calc-scope) .frm01-form form h2, :where(.calc-scope) .frm01-form form h3, :where(.calc-scope) .frm01-form form h4, :where(.calc-scope) .frm01-form form .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .frm01-form form h3 {
    margin-top: 1em;
    margin-bottom: 1em; }
  :where(.calc-scope) .frm01-form form p {
    margin-bottom: 30px; }
    :where(.calc-scope) .frm01-form form p a {
      font-size: 14px;
      font-weight: bold; }
  :where(.calc-scope) .frm01-form form fieldset {
    position: relative;
    min-height: 40px;
    margin-bottom: 50px;
    display: block;
    vertical-align: bottom;
    /* When field is active, reposition label */ }
    :where(.calc-scope) .frm01-form form fieldset.half-width {
      width: 50%;
      display: inline-block; }
      :where(.calc-scope) .frm01-form form fieldset.half-width + fieldset {
        display: inline-block;
        margin-left: 15px; }
      :where(.calc-scope) .frm01-form form fieldset.half-width + fieldset:not(.fourth-width):not(.half-width):not(.third-width) {
        width: calc(50% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset.third-width {
      width: 33.33%;
      display: inline-block; }
      :where(.calc-scope) .frm01-form form fieldset.third-width + fieldset {
        display: inline-block;
        margin-left: 15px; }
      :where(.calc-scope) .frm01-form form fieldset.third-width + fieldset:not(.fourth-width):not(.half-width):not(.third-width) {
        width: calc(66.66% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset.fourth-width {
      width: 25%;
      display: inline-block; }
      :where(.calc-scope) .frm01-form form fieldset.fourth-width + fieldset {
        display: inline-block;
        margin-left: 15px; }
      :where(.calc-scope) .frm01-form form fieldset.fourth-width + fieldset:not(.fourth-width):not(.half-width):not(.third-width) {
        width: calc(75% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset.fourth-width + .fourth-width, :where(.calc-scope) .frm01-form form fieldset.third-width + .fourth-width, :where(.calc-scope) .frm01-form form fieldset.half-width + .fourth-width {
      width: calc(25% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset.fourth-width + .third-width, :where(.calc-scope) .frm01-form form fieldset.third-width + .third-width, :where(.calc-scope) .frm01-form form fieldset.half-width + .third-width {
      width: calc(33.33% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset.fourth-width + .half-width, :where(.calc-scope) .frm01-form form fieldset.third-width + .half-width, :where(.calc-scope) .frm01-form form fieldset.half-width + .half-width {
      width: calc(50% - 15px); }
    :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]) {
      width: 100%;
      height: 100%;
      min-height: 40px;
      display: block;
      border: none;
      outline: none;
      padding: 0;
      color: #000000;
      font-size: 20px;
      line-height: 26px; }
    :where(.calc-scope) .frm01-form form fieldset select {
      color: #000000;
      width: 100%;
      border: none;
      height: 40px;
      background: transparent;
      outline: none;
      font-size: 20px;
      line-height: 26px;
      padding-left: 0;
      border-radius: 0px;
      appearance: textfield;
      background: url(toplib/resources/vectors/carot-down.svg) right center no-repeat;
      background-size: 10px auto; }
      :where(.calc-scope) .frm01-form form fieldset select option {
        padding: 0;
        margin: 0;
        border-radius: 0px;
        color: #000000; }
    :where(.calc-scope) .frm01-form form fieldset select, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]), :where(.calc-scope) .frm01-form form fieldset textarea {
      border-bottom: 1px solid #A9B3BD;
      /*  Add * after required field labels */ }
      :where(.calc-scope) .frm01-form form fieldset select:focus, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]):focus, :where(.calc-scope) .frm01-form form fieldset textarea:focus {
        border-bottom: 1px solid #0072CE; }
      :where(.calc-scope) .frm01-form form fieldset select:invalid.filled, :where(.calc-scope) .frm01-form form fieldset select.invalid, :where(.calc-scope) .frm01-form form fieldset select.server-rejected, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]):invalid.filled, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]).invalid, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]).server-rejected, :where(.calc-scope) .frm01-form form fieldset textarea:invalid.filled, :where(.calc-scope) .frm01-form form fieldset textarea.invalid, :where(.calc-scope) .frm01-form form fieldset textarea.server-rejected {
        border-bottom-color: #FF0000; }
        :where(.calc-scope) .frm01-form form fieldset select:invalid.filled + label, :where(.calc-scope) .frm01-form form fieldset select.invalid + label, :where(.calc-scope) .frm01-form form fieldset select.server-rejected + label, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]):invalid.filled + label, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]).invalid + label, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"]).server-rejected + label, :where(.calc-scope) .frm01-form form fieldset textarea:invalid.filled + label, :where(.calc-scope) .frm01-form form fieldset textarea.invalid + label, :where(.calc-scope) .frm01-form form fieldset textarea.server-rejected + label {
          color: #FF0000; }
      :where(.calc-scope) .frm01-form form fieldset select[required] + label:after, :where(.calc-scope) .frm01-form form fieldset input:not([type="checkbox"])[required] + label:after, :where(.calc-scope) .frm01-form form fieldset textarea[required] + label:after {
        content: "*"; }
    :where(.calc-scope) .frm01-form form fieldset label {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #000000;
      font-size: 20px;
      line-height: 26px;
      padding: 0 0 12px;
      transition: bottom 240ms ease;
      pointer-events: none; }
    :where(.calc-scope) .frm01-form form fieldset :focus:not([type="checkbox"]) + label, :where(.calc-scope) .frm01-form form fieldset .filled + label {
      font-weight: bold;
      font-size: 13px;
      line-height: 24px;
      bottom: 100%;
      padding: 0; }
    :where(.calc-scope) .frm01-form form fieldset .error {
      color: #FF0000;
      font-size: 13px;
      line-height: 16px;
      font-weight: bold;
      position: absolute;
      padding: 2px 0;
      left: 0;
      padding-top: 10px; }
      @media screen and (max-width: 350px) {
        :where(.calc-scope) .frm01-form form fieldset .error {
          padding-top: 4px;
          font-size: 12px;
          line-height: 14px; } }
    :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"] {
      opacity: 0; }
      :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"] + label {
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        padding-left: 46px;
        pointer-events: auto;
        user-select: none;
        position: relative;
        display: block;
        bottom: 20px; }
        :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"] + label:before {
          content: "";
          border: 1px solid #A9B3BD;
          background: url(toplib/resources/vectors/checkmark.svg) center center no-repeat;
          background-position: center -25px;
          background-size: 60%;
          border-radius: 2px;
          display: block;
          position: absolute;
          left: 0;
          top: 3px;
          width: 24px;
          height: 24px;
          transition: background 300ms ease;
          -moz-outline-radius: 2px; }
        :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"] + label + .error {
          padding-left: 46px; }
      :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"]:checked + label:before {
        background-position: center center;
        border: 1px solid #0072CE; }
      :where(.calc-scope) .frm01-form form fieldset input[type="checkbox"]:focus + label:before {
        box-shadow: 0 0 0 5px #FFFFFF, 0 0 2px 7px #88c9ff;
        box-shadow: 0 0 0 5px #FFFFFF, 0 0 2px 7px -webkit-focus-ring-color;
        box-shadow: 0 0 0 5px #FFFFFF, 0 0 2px 7px Highlight; }

@media screen and (min-width: 992px) {
  :where(.calc-scope) .custom-form style + div {
    display: inline-block;
    width: 60%;
    margin-left: 8%;
    vertical-align: top; }
    :where(.calc-scope) .custom-form style + div form {
      width: 100%;
      margin: 0; } }

:where(.calc-scope) .custom-form form.elq-form {
  font-size: 16px;
  position: relative;
  margin-top: 0; }
  :where(.calc-scope) .custom-form form.elq-form input:not([type="checkbox"]):not([type="submit"]), :where(.calc-scope) .custom-form form.elq-form select, :where(.calc-scope) .custom-form form.elq-form textarea {
    font-size: 16px;
    outline: none;
    padding: 2%;
    border: 1px solid #A9B3BD;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    height: inherit; }
    :where(.calc-scope) .custom-form form.elq-form input:not([type="checkbox"]):not([type="submit"]):focus, :where(.calc-scope) .custom-form form.elq-form select:focus, :where(.calc-scope) .custom-form form.elq-form textarea:focus {
      border-color: #185EE5; }
    :where(.calc-scope) .custom-form form.elq-form input:not([type="checkbox"]):not([type="submit"]).LV_invalid_field, :where(.calc-scope) .custom-form form.elq-form select.LV_invalid_field, :where(.calc-scope) .custom-form form.elq-form textarea.LV_invalid_field {
      border-color: #CC3602; }
  :where(.calc-scope) .custom-form form.elq-form input[type="radio"] {
    -webkit-appearance: radio !important;
    float: left;
    width: 40px; }
  :where(.calc-scope) .custom-form form.elq-form label, :where(.calc-scope) .custom-form form.elq-form .checkbox-span {
    margin-top: 15px; }
  :where(.calc-scope) .custom-form form.elq-form .checkbox-span {
    display: inline-block; }
  :where(.calc-scope) .custom-form form.elq-form .submit-button {
    margin-top: 31px; }
  :where(.calc-scope) .custom-form form.elq-form select:not([multiple]) {
    background: url(toplib/resources/vectors/carot-down.svg) 98% center no-repeat;
    background-size: 10px auto;
    padding: 1.5%; }
  :where(.calc-scope) .custom-form form.elq-form .LV_validation_message.LV_valid {
    display: none; }
  :where(.calc-scope) .custom-form form.elq-form .LV_validation_message {
    position: static; }
  :where(.calc-scope) .custom-form form.elq-form .LV_invalid {
    color: #CC3602;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin: -30px 0 0; }
  :where(.calc-scope) .custom-form form.elq-form [type="submit"] {
    background: #0072CE;
    color: #FFFFFF;
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 23px 37px;
    border-radius: 3px;
    line-height: 14px;
    height: inherit; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .custom-form form.elq-form [type="submit"] {
        font-size: 12px; } }
    :where(.calc-scope) .custom-form form.elq-form [type="submit"]:hover {
      background: #459AFF; }
  :where(.calc-scope) .custom-form form.elq-form [type="checkbox"] {
    justify-self: center;
    width: auto; }
  :where(.calc-scope) .custom-form form.elq-form [type="checkbox"] + label {
    border: none;
    font-size: 16px;
    line-height: 30px; }

:where(.calc-scope) .elq-form .radio-option .inner {
  float: left;
  margin-top: -5px; }

:where(.calc-scope) .det16-rich-text-field p, :where(.calc-scope) .rte p {
  color: #000000; }
  :where(.calc-scope) .det16-rich-text-field p.large, :where(.calc-scope) .rte p.large {
    font-size: 18px;
    line-height: 32px; }
  :where(.calc-scope) .det16-rich-text-field p.small, :where(.calc-scope) .rte p.small {
    font-size: 14px;
    line-height: 26px; }
  :where(.calc-scope) .det16-rich-text-field p.x-small, :where(.calc-scope) .rte p.x-small {
    font-size: 12px;
    line-height: 20px; }
  :where(.calc-scope) .det16-rich-text-field p.subhead, :where(.calc-scope) .rte p.subhead {
    font-size: 20px;
    line-height: 32px; }
  :where(.calc-scope) .det16-rich-text-field p.label, :where(.calc-scope) .rte p.label {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700; }
  :where(.calc-scope) .det16-rich-text-field p.no-margin, :where(.calc-scope) .rte p.no-margin {
    margin: 0; }
  :where(.calc-scope) .det16-rich-text-field p a, :where(.calc-scope) .rte p a {
    font-size: 14px; }
  :where(.calc-scope) .det16-rich-text-field p a.c-button, :where(.calc-scope) .rte p a.c-button {
    font-size: 18px; }

:where(.calc-scope) .det16-rich-text-field h1, :where(.calc-scope) .det16-rich-text-field .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .det16-rich-text-field .product-title, :where(.calc-scope) .det16-rich-text-field h2, :where(.calc-scope) .det16-rich-text-field h3, :where(.calc-scope) .det16-rich-text-field h4, :where(.calc-scope) .det16-rich-text-field .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .det16-rich-text-field h3, :where(.calc-scope) .det16-rich-text-field p, :where(.calc-scope) .rte h1, :where(.calc-scope) .rte .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .rte .product-title, :where(.calc-scope) .rte h2, :where(.calc-scope) .rte h3, :where(.calc-scope) .rte h4, :where(.calc-scope) .rte .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .rte h3, :where(.calc-scope) .rte p {
  margin: 0 0 1em;
  word-wrap: break-word; }
  :where(.calc-scope) .det16-rich-text-field h1.collapse, :where(.calc-scope) .det16-rich-text-field .hro03-product-header .band-content .collapse.product-title, :where(.calc-scope) .hro03-product-header .band-content .det16-rich-text-field .collapse.product-title, :where(.calc-scope) .det16-rich-text-field h2.collapse, :where(.calc-scope) .det16-rich-text-field h3.collapse, :where(.calc-scope) .det16-rich-text-field h4.collapse, :where(.calc-scope) .det16-rich-text-field .inner-nav-wrapper .sections section h3.collapse, :where(.calc-scope) .inner-nav-wrapper .sections section .det16-rich-text-field h3.collapse, :where(.calc-scope) .det16-rich-text-field p.collapse, :where(.calc-scope) .rte h1.collapse, :where(.calc-scope) .rte .hro03-product-header .band-content .collapse.product-title, :where(.calc-scope) .hro03-product-header .band-content .rte .collapse.product-title, :where(.calc-scope) .rte h2.collapse, :where(.calc-scope) .rte h3.collapse, :where(.calc-scope) .rte h4.collapse, :where(.calc-scope) .rte .inner-nav-wrapper .sections section h3.collapse, :where(.calc-scope) .inner-nav-wrapper .sections section .rte h3.collapse, :where(.calc-scope) .rte p.collapse {
    margin-bottom: 0; }

:where(.calc-scope) .det16-rich-text-field p + h2, :where(.calc-scope) .det16-rich-text-field p + h3, :where(.calc-scope) .det16-rich-text-field p + h4, :where(.calc-scope) .det16-rich-text-field .inner-nav-wrapper .sections section p + h3, :where(.calc-scope) .inner-nav-wrapper .sections section .det16-rich-text-field p + h3, :where(.calc-scope) .rte p + h2, :where(.calc-scope) .rte p + h3, :where(.calc-scope) .rte p + h4, :where(.calc-scope) .rte .inner-nav-wrapper .sections section p + h3, :where(.calc-scope) .inner-nav-wrapper .sections section .rte p + h3 {
  margin-top: 1.34em; }

:where(.calc-scope) .det16-rich-text-field p + h2:first-child, :where(.calc-scope) .det16-rich-text-field p + h3:first-child, :where(.calc-scope) .det16-rich-text-field p + h4:first-child, :where(.calc-scope) .det16-rich-text-field .inner-nav-wrapper .sections section p + h3:first-child, :where(.calc-scope) .inner-nav-wrapper .sections section .det16-rich-text-field p + h3:first-child, :where(.calc-scope) .rte p + h2:first-child, :where(.calc-scope) .rte p + h3:first-child, :where(.calc-scope) .rte p + h4:first-child, :where(.calc-scope) .rte .inner-nav-wrapper .sections section p + h3:first-child, :where(.calc-scope) .inner-nav-wrapper .sections section .rte p + h3:first-child {
  margin-top: 0; }

:where(.calc-scope) .det16-rich-text-field p:last-child, :where(.calc-scope) .rte p:last-child {
  margin-bottom: 0; }

:where(.calc-scope) .det16-rich-text-field blockquote, :where(.calc-scope) .rte blockquote {
  font-family: Gilroy, "Arial Black", sans-serif;
  border-left: 4px solid #00DC78;
  color: #000000;
  font-size: 24px;
  line-height: 42px;
  margin: 12px 0; }

:where(.calc-scope) .det16-rich-text-field table, :where(.calc-scope) .rte table {
  font-size: 14px;
  line-height: 24px;
  margin: 1em 0;
  overflow-x: auto;
  border: none; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det16-rich-text-field table, :where(.calc-scope) .rte table {
      display: block; } }
  :where(.calc-scope) .det16-rich-text-field table th, :where(.calc-scope) .rte table th {
    background: #E6E8EA;
    border: 1px solid #AAAAAA;
    color: #000000;
    padding-left: 20px; }
  :where(.calc-scope) .det16-rich-text-field table td, :where(.calc-scope) .rte table td {
    border: 1px solid #AAAAAA;
    color: #000000;
    padding-left: 20px; }

:where(.calc-scope) .det16-rich-text-field ol, :where(.calc-scope) .rte ol {
  list-style-position: outside;
  padding-left: 3em;
  color: #000000; }
  :where(.calc-scope) .det16-rich-text-field ol > li, :where(.calc-scope) .rte ol > li {
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0.3em; }
  :where(.calc-scope) .det16-rich-text-field ol ol > li, :where(.calc-scope) .rte ol ol > li {
    list-style-type: upper-roman; }
  :where(.calc-scope) .det16-rich-text-field ol ol > ol > li, :where(.calc-scope) .rte ol ol > ol > li {
    list-style-type: lower-alpha; }

:where(.calc-scope) .det16-rich-text-field ul, :where(.calc-scope) .rte ul {
  padding-left: 3em;
  color: #000000; }
  :where(.calc-scope) .det16-rich-text-field ul > li, :where(.calc-scope) .rte ul > li {
    list-style-type: disc;
    padding: 0.3em;
    list-style-position: outside; }
  :where(.calc-scope) .det16-rich-text-field ul ul > li, :where(.calc-scope) .rte ul ul > li {
    list-style-type: circle; }
  :where(.calc-scope) .det16-rich-text-field ul ul > ul > li, :where(.calc-scope) .rte ul ul > ul > li {
    list-style-type: square; }

:where(.calc-scope) .det16-rich-text-field img, :where(.calc-scope) .rte img {
  max-width: 100%;
  margin: 1em auto; }
  :where(.calc-scope) .det16-rich-text-field img[align], :where(.calc-scope) .rte img[align] {
    margin-top: 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det16-rich-text-field img[align], :where(.calc-scope) .rte img[align] {
        float: none;
        width: 100%;
        margin-left: 0; } }

:where(.calc-scope) .det16-rich-text-field hr, :where(.calc-scope) .rte hr {
  display: block;
  clear: both;
  height: 80px; }
  :where(.calc-scope) .det16-rich-text-field hr:before, :where(.calc-scope) .rte hr:before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    border-bottom: 1px solid #A9B3BD; }

:where(.calc-scope) .det16-rich-text-field b, :where(.calc-scope) .det16-rich-text-field strong, :where(.calc-scope) .rte b, :where(.calc-scope) .rte strong {
  font-weight: bold; }

:where(.calc-scope) .column-control .det16-rich-text-field ul {
  font-size: 16px;
  line-height: 30px; }

:where(.calc-scope) .det16-rich-text-field p {
  color: #000000; }
  :where(.calc-scope) .det16-rich-text-field p span.large {
    font-size: 18px;
    line-height: 32px; }
  :where(.calc-scope) .det16-rich-text-field p span.small {
    font-size: 14px;
    line-height: 26px; }
    :where(.calc-scope) .det16-rich-text-field p span.small a {
      font-size: 14px; }
  :where(.calc-scope) .det16-rich-text-field p span.x-small {
    font-size: 12px;
    line-height: 20px; }
    :where(.calc-scope) .det16-rich-text-field p span.x-small a {
      font-size: 12px; }
  :where(.calc-scope) .det16-rich-text-field p span.subhead {
    font-size: 20px;
    line-height: 32px; }
  :where(.calc-scope) .det16-rich-text-field p span.label {
    font-size: 13px;
    line-height: 20px; }

:where(.calc-scope) .column-control .col-8 .det16-rich-text-field.band {
  padding: 0; }

:where(.calc-scope) h2 + .aem-Grid .band.det16-rich-text-field {
  padding: 0; }

:where(.calc-scope) .inner-nav-wrapper .sections h2 {
  font-size: 32px;
  line-height: 36px; }

@media screen and (min-width: 992px) {
  :where(.calc-scope) .eloquaForm .success-msg .det16-rich-text-field p {
    width: 763px; } }

:where(.calc-scope) .eloquaForm .success-msg .det16-rich-text-field h1, :where(.calc-scope) .eloquaForm .success-msg .det16-rich-text-field .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .eloquaForm .success-msg .det16-rich-text-field .product-title {
  margin-bottom: 40px; }

:where(.calc-scope) .band .det16-rich-text-field.band {
  padding: 100px 0;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .band .det16-rich-text-field.band {
      padding: 50px 5vw;
      overflow-x: auto; } }

:where(.calc-scope) .navHeaderTabs .band .det16-rich-text-field img, :where(.calc-scope) .navHeaderTabs .band .rte img {
  margin: 0; }

:where(.calc-scope) .det03-card-related {
  display: inline-block;
  vertical-align: top;
  max-width: 328px;
  margin: 0; }
  :where(.calc-scope) .det03-card-related img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .det03-card-related img {
        min-width: 328px; } }
  :where(.calc-scope) .det03-card-related span {
    font-weight: 700;
    font-family: Gilroy, "Arial Black", sans-serif;
    font-size: 20px;
    line-height: 26px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det03-card-related {
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      padding-left: 0;
      width: 100%;
      max-width: none;
      position: relative;
      min-height: 60px;
      margin: 0 0 20px 0; }
      :where(.calc-scope) .det03-card-related picture {
        width: 30%; }
      :where(.calc-scope) .det03-card-related img {
        width: 100%;
        height: 100%; }
      :where(.calc-scope) .det03-card-related span {
        padding-left: 20px;
        flex-grow: 1;
        align-items: center;
        display: flex; } }

:where(.calc-scope) .con03-container-4-tiles-full-bleed {
  background: #000000;
  color: #FFFFFF;
  overflow: hidden; }
  :where(.calc-scope) .con03-container-4-tiles-full-bleed * {
    color: #FFFFFF; }
  :where(.calc-scope) .con03-container-4-tiles-full-bleed .c-button {
    margin-top: 34px;
    border: none; }
  :where(.calc-scope) .con03-container-4-tiles-full-bleed .text {
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8vw;
    line-height: 30px; }
    :where(.calc-scope) .con03-container-4-tiles-full-bleed .text h2 {
      position: relative;
      margin: 0 0 15px; }
      :where(.calc-scope) .con03-container-4-tiles-full-bleed .text h2:before {
        content: "";
        position: absolute;
        top: -35px;
        left: 0;
        display: block;
        background: #00DC78;
        width: 40px;
        height: 5px; }
    :where(.calc-scope) .con03-container-4-tiles-full-bleed .text p {
      margin-top: 10px; }
      @media screen {
        :where(.calc-scope) .con03-container-4-tiles-full-bleed .text p {
          font-size: 14px;
          line-height: 26px; } }
  :where(.calc-scope) .con03-container-4-tiles-full-bleed .tiles {
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con03-container-4-tiles-full-bleed {
      padding: 0; }
      :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content {
        padding: 0;
        margin: 0;
        width: 100vw;
        max-width: 100vw; }
        :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content .text {
          display: inline-block;
          width: auto;
          height: auto;
          padding: 70px 20px 41px 20px;
          font-size: 14px;
          line-height: 26px; }
          :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content .text h2 {
            font-size: 32px;
            line-height: 38px; }
        :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content .tiles {
          width: 100%; } }
  @supports (display: grid) {
    :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content {
      display: grid;
      grid-template-columns: 1fr 51%;
      grid-template-rows: min-content;
      align-items: center;
      align-content: center;
      grid-gap: 0 8vw; }
    :where(.calc-scope) .con03-container-4-tiles-full-bleed .text {
      display: inline-block;
      width: auto;
      padding: 0;
      height: auto; }
    :where(.calc-scope) .con03-container-4-tiles-full-bleed .tiles {
      display: block;
      width: auto; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content {
        grid-template-columns: 100%;
        grid-template-rows: min-content 1fr; } } }

:where(.calc-scope) .con12-tiles-4-col {
  background-color: #E6E8EA; }
  :where(.calc-scope) .con12-tiles-4-col .band-content {
    margin-top: 40px;
    text-align: center;
    font-size: 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con12-tiles-4-col .band-content {
        margin-top: 20px; } }

:where(.calc-scope) .con13-tiles-6-col {
  background: #0072CE; }
  :where(.calc-scope) .con13-tiles-6-col.maroon {
    background-color: #750D2B; }
  :where(.calc-scope) .con13-tiles-6-col.blue {
    background-color: #0072CE; }
  :where(.calc-scope) .con13-tiles-6-col.orange {
    background-color: #CC3602; }
  :where(.calc-scope) .con13-tiles-6-col.green {
    background-color: #65FCA2; }
    :where(.calc-scope) .con13-tiles-6-col.green * {
      color: #000000; }

@supports (display: grid) {
  :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 60px 20px; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .item {
      width: 100%;
      display: block;
      margin: 0;
      padding-bottom: 100%; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .con13-tiles-6-col .aem-Grid {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 50px 20px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con13-tiles-6-col .aem-Grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px 20px;
      grid-auto-rows: minmax(130px, auto); } } }

:where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid {
  margin: 40px auto 30px;
  max-width: 1024px;
  font-size: 0; }
  :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .item {
    cursor: initial; }
  :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments {
    transition: 200ms ease-out;
    text-align: center;
    position: relative;
    width: calc(16.6667% - 20px);
    height: 0px;
    padding-bottom: calc(16.6667% - 20px);
    margin-bottom: 60px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments:nth-child(6n) {
      margin-right: 0; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 1;
      position: absolute;
      border-radius: 50%; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments svg, :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments img {
      transition: 200ms ease-out;
      display: inline;
      margin: 0 auto 7px;
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 30%; }
      @media print {
        :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments svg, :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments img {
          background: #808080;
          -webkit-print-color-adjust: exact; } }
      :where(.calc-scope) .con13-tiles-6-col.green .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments svg, :where(.calc-scope) .con13-tiles-6-col.green
      .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments img {
        /* background-color: #00DC78; */ }
        :where(.calc-scope) .con13-tiles-6-col.green .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments svg g, :where(.calc-scope) .con13-tiles-6-col.green
        .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments img g {
          fill: #000000; }
      :where(.calc-scope) .con13-tiles-6-col.orange .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments svg, :where(.calc-scope) .con13-tiles-6-col.orange
      .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments img {
        color: #CC3602; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments strong {
      font-style: normal;
      width: 100%;
      text-align: center;
      font-size: 14px;
      line-height: 1.5rem;
      font-weight: 600; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments strong {
          line-height: 1rem; } }

@media screen and (max-width: 992px) {
  :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments {
    padding-bottom: calc(32% - 20px);
    margin: 25px 10px;
    width: calc(32% - 20px); } }

@supports (display: grid) {
  :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 60px 20px; }
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments {
      width: 100%;
      display: block;
      margin: 0;
      padding-bottom: 100%; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 50px 20px; }
      :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid .experienceFragments {
        width: 100%;
        margin: 0;
        padding-bottom: 100%; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con13-tiles-6-col .crop-types > div > .aem-Grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px 20px; } } }

:where(.calc-scope) .con13-tiles-6-col.maroon .crop-types .experienceFragments:before {
  background-color: #AC264D; }

:where(.calc-scope) .con13-tiles-6-col.maroon .crop-types .experienceFragments strong {
  color: #FFFFFF; }

:where(.calc-scope) .con13-tiles-6-col.blue .crop-types .experienceFragments:before {
  background-color: #003EB6; }

:where(.calc-scope) .con13-tiles-6-col.blue .crop-types .experienceFragments strong {
  color: #FFFFFF; }

:where(.calc-scope) .con13-tiles-6-col.orange .crop-types .experienceFragments:before {
  background-color: #FF8352; }

:where(.calc-scope) .con13-tiles-6-col.orange .crop-types .experienceFragments strong {
  color: #000000; }

:where(.calc-scope) .con13-tiles-6-col.green .atm01-header-v1__wrapper.white h2, :where(.calc-scope) .con13-tiles-6-col.green .atm01-header-v1__wrapper.white p {
  color: #000000; }

:where(.calc-scope) .con13-tiles-6-col.green .crop-types .experienceFragments:before {
  background-color: #00DC78; }

:where(.calc-scope) .con13-tiles-6-col.green .crop-types .experienceFragments strong {
  color: #000000; }

:where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 0px;
  padding-bottom: 50%;
  margin: 0;
  overflow: hidden; }

:where(.calc-scope) .con03-container-4-tiles-full-bleed .band-content .det18-tile-full-bleed {
  width: 100%;
  padding-bottom: 100%; }

:where(.calc-scope) .con12-tiles-4-col .band-content {
  display: block;
  text-align: left; }
  :where(.calc-scope) .con12-tiles-4-col .band-content.brand-tiles {
    text-align: center; }
    :where(.calc-scope) .con12-tiles-4-col .band-content.brand-tiles > div > .aem-Grid .experienceFragments {
      margin-bottom: 0; }
  :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments {
    width: calc(25% - 20px);
    height: 0px;
    padding-top: calc(25% - 20px);
    max-width: 260px;
    max-height: 260px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    font-size: 0;
    border: 5px solid #FFFFFF;
    transition: all 400ms ease;
    position: relative;
    -webkit-print-color-adjust: exact;
    margin-bottom: 10px !important; }
    :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments:last-child, :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments:nth-child(4n) {
      margin-right: 0; }
    :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments:hover {
      border: 5px solid #0072CE; }
    :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments .det-10-brand-logo:after {
      content: "";
      width: 18px;
      height: 16px;
      display: block;
      background: url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center center no-repeat;
      background-size: 100% auto;
      position: absolute;
      bottom: 16px;
      right: 16px; }
      @media print {
        :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments .det-10-brand-logo:after {
          display: none; } }
    :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments .det-10-brand-logo.external:after {
      background-image: url(toplib/resources/vectors/link-out.svg);
      width: 13px;
      height: 13px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments {
        width: calc(50% - 10px);
        height: 0px;
        padding-top: calc(50% - 10px);
        margin-right: 10px;
        margin-top: 10px; }
        :where(.calc-scope) .con12-tiles-4-col .band-content > div > .aem-Grid .experienceFragments:nth-child(even) {
          margin-right: 0; } }

:where(.calc-scope) .con12-tiles-4-col a {
  background-repeat: no-repeat;
  width: 100%;
  background-size: 70%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-position: 50%;
  z-index: 2; }

:where(.calc-scope) .con13-tiles-6-col .crop-types {
  display: block;
  text-align: left; }
  :where(.calc-scope) .con13-tiles-6-col .crop-types.left, :where(.calc-scope) .con13-tiles-6-col .crop-types.right {
    float: none; }

:where(.calc-scope) .con13-tiles-6-col .aem-Grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 60px 20px;
  justify-content: center;
  align-items: center;
  align-content: center; }
  :where(.calc-scope) .con13-tiles-6-col .aem-Grid .aem-Grid {
    margin-top: 0px;
    display: block; }
  :where(.calc-scope) .con13-tiles-6-col .aem-Grid .section {
    display: none; }

:where(.calc-scope) .con13-tiles-6-col.maroon .crop-types .item:before {
  background-color: #750D2B; }

:where(.calc-scope) .con13-tiles-6-col.blue .crop-types .item:before {
  background-color: #0072CE; }

:where(.calc-scope) .con13-tiles-6-col.orange .crop-types .item:before {
  background-color: #CC3602; }

:where(.calc-scope) .con13-tiles-6-col.green .crop-types .item:before {
  background-color: #65FCA2; }

:where(.calc-scope) .con13-tiles-6-col.blue h2, :where(.calc-scope) .con13-tiles-6-col.blue p, :where(.calc-scope) .con13-tiles-6-col.blue h1, :where(.calc-scope) .con13-tiles-6-col.blue .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .con13-tiles-6-col.blue .product-title, :where(.calc-scope) .con13-tiles-6-col.blue h3, :where(.calc-scope) .con13-tiles-6-col.blue h4, :where(.calc-scope) .con13-tiles-6-col.blue .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con13-tiles-6-col.blue h3, :where(.calc-scope) .con13-tiles-6-col.blue h5, :where(.calc-scope) .con13-tiles-6-col.blue h6, :where(.calc-scope) .con13-tiles-6-col.blue div, :where(.calc-scope) .con13-tiles-6-col.maroon h2, :where(.calc-scope) .con13-tiles-6-col.maroon p, :where(.calc-scope) .con13-tiles-6-col.maroon h1, :where(.calc-scope) .con13-tiles-6-col.maroon .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .con13-tiles-6-col.maroon .product-title, :where(.calc-scope) .con13-tiles-6-col.maroon h3, :where(.calc-scope) .con13-tiles-6-col.maroon h4, :where(.calc-scope) .con13-tiles-6-col.maroon .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con13-tiles-6-col.maroon h3, :where(.calc-scope) .con13-tiles-6-col.maroon h5, :where(.calc-scope) .con13-tiles-6-col.maroon h6, :where(.calc-scope) .con13-tiles-6-col.maroon div {
  color: #FFFFFF; }

:where(.calc-scope) .con13-tiles-6-col.green h2, :where(.calc-scope) .con13-tiles-6-col.green p, :where(.calc-scope) .con13-tiles-6-col.green h1, :where(.calc-scope) .con13-tiles-6-col.green .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .con13-tiles-6-col.green .product-title, :where(.calc-scope) .con13-tiles-6-col.green h3, :where(.calc-scope) .con13-tiles-6-col.green h4, :where(.calc-scope) .con13-tiles-6-col.green .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con13-tiles-6-col.green h3, :where(.calc-scope) .con13-tiles-6-col.green h5, :where(.calc-scope) .con13-tiles-6-col.green h6, :where(.calc-scope) .con13-tiles-6-col.green div, :where(.calc-scope) .con13-tiles-6-col.orange h2, :where(.calc-scope) .con13-tiles-6-col.orange p, :where(.calc-scope) .con13-tiles-6-col.orange h1, :where(.calc-scope) .con13-tiles-6-col.orange .hro03-product-header .band-content .product-title, :where(.calc-scope) .hro03-product-header .band-content .con13-tiles-6-col.orange .product-title, :where(.calc-scope) .con13-tiles-6-col.orange h3, :where(.calc-scope) .con13-tiles-6-col.orange h4, :where(.calc-scope) .con13-tiles-6-col.orange .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con13-tiles-6-col.orange h3, :where(.calc-scope) .con13-tiles-6-col.orange h5, :where(.calc-scope) .con13-tiles-6-col.orange h6, :where(.calc-scope) .con13-tiles-6-col.orange div {
  color: #000000; }

:where(.calc-scope) .det01-accordion-list {
  margin: 0;
  /* No-collapse mode */
  /*      Icon Mode       */ }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det01-accordion-list {
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media print {
    :where(.calc-scope) .det01-accordion-list {
      padding: 0; } }
  :where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper * {
    text-align: left;
    margin-left: 0; }
  :where(.calc-scope) .det01-accordion-list .item {
    position: relative;
    /* position */
    /* open when active */
    /* Styling contents now */
    border-bottom: 1px solid #A9B3BD;
    padding: 1.3125rem 0; }
    :where(.calc-scope) .det01-accordion-list .item:last-child {
      border-bottom: 0; }
    :where(.calc-scope) .det01-accordion-list .item .item-content {
      height: 0px;
      overflow: hidden;
      transition-delay: 0s;
      margin-top: 0.9375rem; }
    :where(.calc-scope) .det01-accordion-list .item.active .item-content {
      height: auto;
      overflow: auto;
      grid-row: 2; }
    :where(.calc-scope) .det01-accordion-list .item .item-toggle {
      position: absolute;
      display: block;
      width: 100%;
      height: 1.75rem;
      appearance: none;
      cursor: pointer;
      z-index: 5; }
      :where(.calc-scope) .det01-accordion-list .item .item-toggle:active, :where(.calc-scope) .det01-accordion-list .item .item-toggle:focus {
        outline: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det01-accordion-list .item {
        padding-bottom: 1rem;
        padding-top: 1.1875rem; }
        :where(.calc-scope) .det01-accordion-list .item:first-child {
          padding-top: 0; } }
    :where(.calc-scope) .det01-accordion-list .item h3 {
      font-size: 20px;
      line-height: 1.75rem;
      min-height: 1.75rem;
      padding-right: 1.875rem;
      cursor: pointer;
      color: #0072CE;
      transition: color 400ms ease;
      position: relative; }
      :where(.calc-scope) .det01-accordion-list .item h3:hover {
        text-decoration: underline; }
      :where(.calc-scope) .det01-accordion-list .item h3:after {
        content: "";
        width: 25px;
        height: 26px;
        border-radius: 50%;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        background: #FFFFFF url(toplib/resources/vectors/chevron-down.svg) center center no-repeat;
        transition: background 400ms ease;
        background-size: contain;
        pointer-events: none;
        z-index: 6;
        transform: translateY(-50%); }
    :where(.calc-scope) .det01-accordion-list .item.active h3 {
      color: #000000; }
    :where(.calc-scope) .det01-accordion-list .item.active h3:after {
      background-color: #E6E8EA;
      background-image: url(toplib/resources/vectors/chevron-up.svg); }
    :where(.calc-scope) .det01-accordion-list .item .item-content img, :where(.calc-scope) .det01-accordion-list .item .item-content .icon {
      width: 100%;
      height: auto;
      display: block;
      margin-top: 0.625rem; }
    :where(.calc-scope) .det01-accordion-list .item .item-content p {
      margin: 0.625rem 0 0.625rem; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det01-accordion-list .item .item-content p {
          margin-top: 0.125rem;
          margin-bottom: 0; } }
    :where(.calc-scope) .det01-accordion-list .item .item-content .read-more {
      font-size: 14px;
      line-height: 1.25rem;
      font-weight: 700; }
  :where(.calc-scope) .det01-accordion-list.no-collapse:not(.collapse) .item.active {
    grid-row-gap: 0; }
  :where(.calc-scope) .det01-accordion-list.no-collapse:not(.collapse) h3 {
    color: #000000;
    cursor: default;
    pointer-events: none; }
    :where(.calc-scope) .det01-accordion-list.no-collapse:not(.collapse) h3:hover {
      text-decoration: none; }
  :where(.calc-scope) .det01-accordion-list.no-collapse:not(.collapse) h3:after {
    display: none; }
  :where(.calc-scope) .det01-accordion-list.no-collapse:not(.collapse) .item-content {
    height: auto;
    max-height: none;
    margin: 0; }
  :where(.calc-scope) .det01-accordion-list.icons {
    /* When collapse is disabled (all items visible)  */ }
    :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item {
      grid-row-gap: 0;
      padding: 1.3125rem 0;
      padding-left: 6.6875rem; }
      @supports (display: grid) {
        :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item {
          padding-left: 35px; } }
      :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item.active {
        grid-row-gap: 0; }
      :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item h3 {
        position: static;
        color: #000000;
        height: auto;
        align-self: end; }
        :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item h3:after {
          display: none; }
      :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item img, :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item .icon {
        align-self: end;
        top: 0; }
        @supports (display: grid) {
          :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item img, :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item .icon {
            transform: translateY(50%); } }
      :where(.calc-scope) .det01-accordion-list.icons:not(.collapse) .item .item-content {
        height: auto;
        max-height: none;
        margin: 0;
        grid-row: 2; }
    :where(.calc-scope) .det01-accordion-list.icons .item {
      padding-left: 6.6875rem;
      position: relative;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      margin: 0 0 0 0; }
      :where(.calc-scope) .det01-accordion-list.icons .item img, :where(.calc-scope) .det01-accordion-list.icons .item .icon {
        width: 67px;
        height: 67px;
        position: absolute;
        top: 40px;
        left: 0; }
      :where(.calc-scope) .det01-accordion-list.icons .item svg {
        position: absolute;
        left: 0;
        top: 12px;
        background: #0072CE;
        border-radius: 50%;
        padding: 1.875rem;
        height: 60px;
        width: 60px; }
        :where(.calc-scope) .det01-accordion-list.icons .item svg path {
          transform: translate(-50%, -50%); }
      @supports (display: grid) {
        :where(.calc-scope) .det01-accordion-list.icons .item {
          display: grid;
          grid-template-columns: min-content 1fr;
          grid-template-rows: min-content min-content;
          grid-gap: 0px 2.5rem;
          padding: 1.25rem 0; }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .det01-accordion-list.icons .item {
              padding: 0.625rem 0;
              grid-column-gap: 20px; } }
          :where(.calc-scope) .det01-accordion-list.icons .item img, :where(.calc-scope) .det01-accordion-list.icons .item svg, :where(.calc-scope) .det01-accordion-list.icons .item .icon {
            grid-column: 1;
            grid-row: 1;
            position: static;
            display: block;
            align-self: center;
            justify-self: center;
            margin: 0;
            padding: 0;
            top: 0;
            left: 0; }
          :where(.calc-scope) .det01-accordion-list.icons .item h3 {
            grid-column: 2;
            grid-row: 1;
            align-self: center;
            justify-self: stretch;
            margin: 0;
            padding: 0; }
          :where(.calc-scope) .det01-accordion-list.icons .item .item-content {
            grid-column: 2;
            grid-row: 1;
            align-self: start;
            margin-top: -0.9375rem; }
            :where(.calc-scope) .det01-accordion-list.icons .item .item-content p {
              margin-top: 0; }
          :where(.calc-scope) .det01-accordion-list.icons .item.active .item-content {
            grid-row: 2; } }

/* Overrides for thumbnail mode */
:where(.calc-scope) .det01-accordion-list.thumbnails .item {
  padding-left: 17.5625rem;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  margin: 0 0;
  min-height: 15rem; }
  :where(.calc-scope) .det01-accordion-list.thumbnails .item:last-child {
    padding-bottom: 0; }
  :where(.calc-scope) .det01-accordion-list.thumbnails .item h3 {
    position: static;
    color: #000000;
    height: auto; }
    :where(.calc-scope) .det01-accordion-list.thumbnails .item h3:after {
      display: none; }
  :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content {
    height: auto;
    max-height: none;
    margin: 0; }
    :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content img, :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content .icon {
      width: 15.0625rem;
      height: 10rem;
      position: absolute;
      object-fit: cover;
      left: 0;
      top: 30px; }
    :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content p {
      margin-top: 0.625rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det01-accordion-list.thumbnails .item {
      padding-left: 0; }
      :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content img {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      :where(.calc-scope) .det01-accordion-list.thumbnails .item .item-content {
        padding-top: 5px; } }

/* Overrides for text-only mode */
:where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item {
  padding-left: 0;
  padding-top: 0;
  margin: 1.875rem 0; }
  :where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item h3 {
    position: static;
    color: #000000; }
    :where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item h3:after {
      display: none; }
  :where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item .item-content {
    height: auto;
    max-height: none;
    margin: 0; }
    :where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item .item-content img, :where(.calc-scope) .det01-accordion-list.thumbnails.text-only .item .item-content .icon {
      display: none; }

:where(.calc-scope) .det01-accordion-list.no-images .item .item-content .icon {
  display: none; }

:where(.calc-scope) .det01-accordion-list .c-button {
  display: block;
  margin: 1.875rem auto; }

:where(.calc-scope) .det01-accordion-list .item-content a {
  font-size: 16px; }

:where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper {
  margin-bottom: 2.875rem; }
  :where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper p {
    width: 100%;
    font-size: 20px;
    line-height: 32px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper p {
        margin-top: 1rem; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper {
      margin-bottom: 1.5625rem; } }
  :where(.calc-scope) .det01-accordion-list .atm01-header-v1__wrapper h2 {
    margin-bottom: 13px; }

:where(.calc-scope) .det01-accordion-list .band-content {
  max-width: 53.125rem; }

:where(.calc-scope) .det01-accordion-list.thumbnails .atm01-header-v1__wrapper {
  margin-bottom: 0.6875rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det01-accordion-list.thumbnails .atm01-header-v1__wrapper {
      margin-bottom: 1.5625rem; } }

:where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item {
      padding: 20px 0 24px; } }
  :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item:first-child {
    padding-top: 0; }
  :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item:last-child {
    border-bottom: none; }
  :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item h3 {
    color: #000000;
    cursor: default;
    pointer-events: none;
    margin-bottom: 0.375rem; }
    :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item h3:after {
      content: none; }
    :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item h3:hover {
      text-decoration: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item h3 {
        font-size: 18px;
        line-height: 1.5rem;
        margin-bottom: 0; } }
  :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item .item-content {
    display: block;
    height: auto;
    max-height: inherit; }
    :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item .item-content p {
      margin: 20px 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item .item-content p {
          font-size: 14px;
          line-height: 1.625rem;
          margin-bottom: 0; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det01-accordion-list.isnotAccordion .accordion-items .item .item-content {
        margin-top: 0.4375rem; } }

@media screen and (min-width: 769px) {
  :where(.calc-scope) .det01-accordion-list.isnotAccordion.thumbnails .accordion-items .item:first-child {
    padding-top: 35px; } }

:where(.calc-scope) .det01-accordion-list.icons .item .item-content .icon-wrap {
  position: absolute;
  left: 0;
  top: 21px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF8352;
  padding: 15px; }
  :where(.calc-scope) .det01-accordion-list.icons .item .item-content .icon-wrap img:first-child {
    width: 30px;
    height: auto;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

:where(.calc-scope) .det01-accordion-list.icons.blue-icons .accordion-items .item .icon-wrap {
  background-color: #459AFF; }

:where(.calc-scope) .det01-accordion-list.icons.maroon-icons .accordion-items .item .icon-wrap {
  background-color: #750D2B; }

:where(.calc-scope) .det01-accordion-list.icons.green-icons .accordion-items .item .icon-wrap {
  background-color: #65FCA2; }

:where(.calc-scope) .det01-accordion-list.icons.orange-icons .accordion-items .item .icon-wrap {
  background-color: #FF8352; }

:where(.calc-scope) .det01-accordion-list.icons.gray-icons .accordion-items .item .icon-wrap {
  background-color: #E6E8EA; }

:where(.calc-scope) .det01-accordion-list ul {
  list-style-type: inherit; }
  :where(.calc-scope) .det01-accordion-list ul li {
    list-style-type: disc; }

:where(.calc-scope) .det01-accordion-list ol {
  list-style-type: decimal; }

:where(.calc-scope) .accodion-button-wrapper {
  text-align: center;
  width: 100%; }
  :where(.calc-scope) .accodion-button-wrapper a {
    display: inline-block; }

@media screen and (min-width: 769px) {
  :where(.calc-scope) .accordionList + .accordionList .band {
    padding: 0 10vw;
    padding-bottom: 6.25rem; } }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .det01-accordion-list.isnotAccordion.icons .accordion-items .item {
    padding: 20px 0 24px 50px; } }

:where(.calc-scope) .det21-biography {
  /*   Cheap grid */
  /* Real grid */ }
  :where(.calc-scope) .det21-biography h2.title {
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 2rem;
    font-weight: normal;
    margin-top: 1.125rem; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det21-biography h2.title {
        font-size: 16px;
        line-height: 1.5rem;
        margin-top: 0.5rem; } }
  :where(.calc-scope) .det21-biography picture img {
    width: 328px;
    height: auto; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det21-biography picture img {
        width: 100%;
        max-width: 100%; } }
  :where(.calc-scope) .det21-biography .aside {
    border-top: 5px solid #00DC78;
    padding: 15px 0 0;
    margin: 25px 0 0; }
    :where(.calc-scope) .det21-biography .aside h3 {
      font-size: 20px;
      line-height: 1.625rem;
      border-bottom: 1px solid #A9B3BD;
      padding-bottom: 15px;
      margin-bottom: 25px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det21-biography .aside h3 {
          font-size: 18px;
          line-height: 1.5rem;
          margin-bottom: 19px; } }
    :where(.calc-scope) .det21-biography .aside.downloads a {
      display: block;
      font-size: 14px;
      line-height: 1.25rem;
      font-weight: 700;
      margin: 0 0 20px; }
      :where(.calc-scope) .det21-biography .aside.downloads a:last-child {
        margin-bottom: 0; }
      :where(.calc-scope) .det21-biography .aside.downloads a:after {
        content: "";
        background: transparent url(toplib/resources/vectors/download.svg) center center no-repeat;
        width: 14px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em;
        margin-left: 1ch; }
    :where(.calc-scope) .det21-biography .aside.social a {
      height: 15px;
      width: 15px;
      display: inline-block;
      vertical-align: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 0;
      margin: 0 1.8125rem 0 0; }
      :where(.calc-scope) .det21-biography .aside.social a.fb {
        background-image: url(toplib/resources/vectors/fb-blue.svg);
        width: 8px; }
      :where(.calc-scope) .det21-biography .aside.social a.twitter {
        background-image: url(toplib/resources/vectors/twitter-blue.svg);
        width: 19px; }
      :where(.calc-scope) .det21-biography .aside.social a.linkedin {
        background-image: url(toplib/resources/vectors/li-blue.svg);
        width: 16px; }
  :where(.calc-scope) .det21-biography article p {
    margin: 30px 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det21-biography article p {
        margin: 15px 0; } }
    :where(.calc-scope) .det21-biography article p:first-child {
      font-size: 18px;
      line-height: 32px;
      margin-top: 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det21-biography article p:first-child {
          font-size: 16px;
          line-height: 28px; } }
  :where(.calc-scope) .det21-biography .sidebar {
    width: 328px;
    display: inline-block;
    vertical-align: top; }
  :where(.calc-scope) .det21-biography article {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 328px - 100px);
    padding-left: 100px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det21-biography .sidebar, :where(.calc-scope) .det21-biography article {
      width: 100%;
      padding: initial; } }
  @supports (display: grid) {
    :where(.calc-scope) .det21-biography .band-content {
      display: grid;
      grid-template-columns: min-content 1fr;
      grid-template-rows: min-content;
      grid-auto-rows: min-content;
      grid-gap: 50px 100px;
      grid-auto-flow: row;
      align-items: start; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det21-biography .band-content {
          grid-template-columns: 1fr;
          grid-template-rows: min-content min-content min-content;
          grid-gap: 32px; } }
      @media print {
        :where(.calc-scope) .det21-biography .band-content {
          grid-template-columns: 1fr;
          grid-template-rows: min-content min-content min-content;
          grid-gap: 32px; } }
      :where(.calc-scope) .det21-biography .band-content .name {
        grid-column: 1 / span 2;
        grid-row: 1;
        height: auto; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det21-biography .band-content .name {
            grid-column: 1; } }
      :where(.calc-scope) .det21-biography .band-content .sidebar {
        grid-column: 1;
        grid-row: 2 / span 3;
        position: sticky;
        top: 170px;
        width: 100%;
        display: block; }
        @media print {
          :where(.calc-scope) .det21-biography .band-content .sidebar {
            grid-row: 2;
            position: relative;
            top: 0; }
            :where(.calc-scope) .det21-biography .band-content .sidebar .portrait {
              margin: 0 auto;
              display: block; }
            :where(.calc-scope) .det21-biography .band-content .sidebar .aside {
              display: none; } }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det21-biography .band-content .sidebar {
            grid-row: 2;
            position: relative;
            top: 0; }
            :where(.calc-scope) .det21-biography .band-content .sidebar .portrait {
              margin: 0 auto;
              display: block; } }
      :where(.calc-scope) .det21-biography .band-content article {
        grid-column: 2;
        grid-row: 2 / span 4;
        padding-left: 0;
        width: auto; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det21-biography .band-content article {
            grid-column: 1;
            grid-row: auto; } }
        @media print {
          :where(.calc-scope) .det21-biography .band-content article {
            grid-column: 1;
            grid-row: auto; } } }

:where(.calc-scope) .con09-anchor-links-container {
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #E6E8EA;
  height: 3.75rem;
  background: #FFFFFF;
  position: sticky;
  top: -1px;
  z-index: 12; }
  @media print {
    :where(.calc-scope) .con09-anchor-links-container {
      display: none; } }
  :where(.calc-scope) .con09-anchor-links-container .band-content {
    height: 3.75rem;
    max-width: 100%; }
  :where(.calc-scope) .con09-anchor-links-container nav {
    max-width: 64rem;
    margin: 0 auto;
    align-content: start;
    position: relative;
    margin-bottom: -0.3125rem;
    height: 4.8125rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Jump to: */ }
    :where(.calc-scope) .con09-anchor-links-container nav:hover {
      overflow: auto; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con09-anchor-links-container nav {
        padding-left: 5vw;
        overflow-x: scroll;
        /* has to be scroll for mobile, not auto */ } }
    :where(.calc-scope) .con09-anchor-links-container nav a {
      border-bottom: 5px solid transparent;
      padding: 1.375rem 0;
      line-height: 1.25rem;
      height: 4.0625rem;
      font-size: 14px;
      font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
      color: #0072CE;
      font-weight: 700;
      margin-top: -0.3125rem;
      margin-right: 1.75rem;
      display: inline-block;
      overflow: visible;
      vertical-align: top; }
      :where(.calc-scope) .con09-anchor-links-container nav a:last-child {
        margin-right: 2.5rem; }
      :where(.calc-scope) .con09-anchor-links-container nav a:hover {
        color: #459AFF; }
      :where(.calc-scope) .con09-anchor-links-container nav a.active {
        border-bottom: 5px solid #0072CE;
        color: #000000; }
    :where(.calc-scope) .con09-anchor-links-container nav span {
      display: inline-block;
      height: 65px;
      margin-top: -5px;
      padding: 22px 1vw 22px 0;
      margin-right: 2%;
      pointer-events: none;
      color: #000000;
      line-height: 1.25rem;
      font-size: 14px;
      font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
      font-weight: 700;
      white-space: nowrap;
      border-bottom: 0.3125rem solid transparent; }
  :where(.calc-scope) .con09-anchor-links-container.bands nav span {
    display: none; }
  :where(.calc-scope) .con09-anchor-links-container.jump-bands nav {
    max-width: 77.5rem; }
    :where(.calc-scope) .con09-anchor-links-container.jump-bands nav span {
      display: inline-block; }

:where(.calc-scope) .stuck .jumper-container {
  padding-top: 3.75rem; }
  :where(.calc-scope) .stuck .jumper-container .con09-anchor-links-container {
    position: fixed;
    left: 0;
    width: 100%; }
  @supports (position: sticky) {
    :where(.calc-scope) .stuck .jumper-container {
      padding-top: 0; }
      :where(.calc-scope) .stuck .jumper-container .con09-anchor-links-container {
        position: sticky; } }

:where(.calc-scope) .jumper-container .anchor-band {
  position: relative; }
  :where(.calc-scope) .jumper-container .anchor-band .det20-modal-overlay {
    padding: 8vw 10vw 0 10vw; }

:where(.calc-scope) .jumper-container .jump-bands ~ .anchor-band {
  z-index: 11;
  background: #FFFFFF; }

:where(.calc-scope) .anchorNavigation .nav05-in-page-nav-vertical {
  top: 180px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  :where(.calc-scope) .con11-timeline .items .timelineCard.last-card {
    display: block;
    margin-left: 5.25rem; } }

:where(.calc-scope) .nav05-in-page-nav-vertical {
  width: 241px;
  max-height: 80vh;
  overflow-x: visible;
  overflow-y: auto;
  display: inline-block;
  background: #FFFFFF;
  /* Fade-white overlay for scrolling  */ }
  @media print {
    :where(.calc-scope) .nav05-in-page-nav-vertical {
      display: none; } }
  :where(.calc-scope) .nav05-in-page-nav-vertical ::-webkit-scrollbar {
    width: 0px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav05-in-page-nav-vertical {
      width: 100%;
      transform: translateX(-5vw);
      padding: 0;
      margin-left: 5vw;
      overflow: visible;
      top: 5px; }
      :where(.calc-scope) .global-nav ~ .band .nav05-in-page-nav-vertical {
        top: 59px; } }
  :where(.calc-scope) .nav05-in-page-nav-vertical:after {
    content: "";
    display: block;
    background: linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
    width: 100%;
    height: 40px;
    position: sticky;
    bottom: 0;
    left: 0;
    pointer-events: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav05-in-page-nav-vertical:after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
        position: absolute;
        height: 10px;
        bottom: -11px; } }
  :where(.calc-scope) .nav05-in-page-nav-vertical strong {
    border-right: 5px solid #E6E8EA;
    display: block;
    font-family: Gilroy, "Arial Black", sans-serif;
    font-size: 20px;
    line-height: 26px;
    padding: 6px 0 15px 0;
    position: sticky;
    top: 0;
    color: #000000;
    background: #FFFFFF; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav05-in-page-nav-vertical strong {
        display: none; } }
    :where(.calc-scope) .nav05-in-page-nav-vertical strong:after {
      content: "";
      display: block;
      background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
      width: 100%;
      height: 15px;
      position: absolute;
      bottom: -15px;
      left: 0;
      pointer-events: none; }
  :where(.calc-scope) .nav05-in-page-nav-vertical a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 0 10px 12px 0;
    border-right: 5px solid #E6E8EA;
    transition: border 600ms ease-out, font-weight 100ms 0ms ease-out;
    transition-delay: 20ms, 0; }
    :where(.calc-scope) .nav05-in-page-nav-vertical a.active, :where(.calc-scope) .nav05-in-page-nav-vertical a:hover {
      border-color: #0072CE;
      transition: border 300ms ease-out;
      transition-delay: 0, 0; }
    :where(.calc-scope) .nav05-in-page-nav-vertical a:hover {
      color: #0072CE;
      font-weight: bold; }
    :where(.calc-scope) .nav05-in-page-nav-vertical a.active {
      font-weight: bold; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav05-in-page-nav-vertical a {
        display: none; } }
  :where(.calc-scope) .nav05-in-page-nav-vertical .select2-container {
    display: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav05-in-page-nav-vertical .select2-container {
        display: inline-block; } }

:where(.calc-scope) .inner-nav-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  margin-top: 20px; }
  :where(.calc-scope) .inner-nav-wrapper nav {
    display: inline-block; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .inner-nav-wrapper {
      display: block;
      margin-top: 0; } }
  :where(.calc-scope) .inner-nav-wrapper .sections {
    width: auto;
    width: calc(100% - 241px - 5px - 100px);
    margin-left: 100px;
    display: inline-block;
    vertical-align: top; }
    @media print {
      :where(.calc-scope) .inner-nav-wrapper .sections {
        grid-column: span 2; } }
    :where(.calc-scope) .inner-nav-wrapper .sections section {
      margin-bottom: 35px; }
    :where(.calc-scope) .inner-nav-wrapper .sections h2, :where(.calc-scope) .inner-nav-wrapper .sections h3 {
      margin-bottom: 17px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .inner-nav-wrapper .sections {
        display: block;
        width: auto;
        padding-top: 15px;
        margin-left: 0; } }
    :where(.calc-scope) .inner-nav-wrapper .sections section p {
      margin: 10px 0;
      font-size: 16px;
      line-height: 30px; }
  :where(.calc-scope) .inner-nav-wrapper .nav-wrapper {
    width: 241px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .inner-nav-wrapper .nav-wrapper {
        width: 100%; } }
    :where(.calc-scope) .inner-nav-wrapper .nav-wrapper nav {
      display: block; }
      :where(.calc-scope) .global-nav ~ .band .inner-nav-wrapper .nav-wrapper nav {
        top: 170px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .inner-nav-wrapper .nav-wrapper {
        top: 0;
        position: sticky; }
        :where(.calc-scope) .global-nav ~ .band .inner-nav-wrapper .nav-wrapper {
          top: 60px; } }

/* AEM Sticky issues  */
:where(.calc-scope) .anchorNavigation .inner-nav-wrapper .nav-wrapper {
  top: 170px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .anchorNavigation .inner-nav-wrapper .nav-wrapper {
      top: 60px; } }

:where(.calc-scope) .nav05-in-page-nav-vertical.js-is-sticky a {
  padding: 3px 10px 3px 0; }

:where(.calc-scope) .con11-timeline {
  background: #000000;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media print {
    :where(.calc-scope) .con11-timeline {
      background: transparent; } }
  :where(.calc-scope) .con11-timeline:after {
    /* White line down center */
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #A9B3BD;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con11-timeline:after {
        height: 98%;
        top: 1%; } }
  :where(.calc-scope) .con11-timeline .items {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con11-timeline .items .item:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
        transform: none; }
      :where(.calc-scope) .con11-timeline .items .item:nth-child(even), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(even) {
        transform: none; }
      :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
        transform: translateY(0); } }
    :where(.calc-scope) .con11-timeline .items .c-button {
      transform: translateY(-100px); }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con11-timeline .items .c-button {
          transform: none; } }
      @media print {
        :where(.calc-scope) .con11-timeline .items .c-button {
          display: none; } }
    :where(.calc-scope) .con11-timeline .items h2 {
      vertical-align: top; }
    :where(.calc-scope) .con11-timeline .items .timelineCard {
      vertical-align: bottom; }
    :where(.calc-scope) .con11-timeline .items h2, :where(.calc-scope) .con11-timeline .items .timelineCard {
      width: calc(50% - 168px);
      display: inline-block;
      margin-bottom: 80px;
      /* Left column */ }
      :where(.calc-scope) .con11-timeline .items h2:nth-child(3), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(3) {
        margin-top: 80px; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con11-timeline .items h2:nth-child(3), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(3) {
            margin-top: 0; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con11-timeline .items h2, :where(.calc-scope) .con11-timeline .items .timelineCard {
          width: auto; } }
      :where(.calc-scope) .con11-timeline .items h2:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
        margin-right: 168px; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con11-timeline .items h2:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
            margin-right: 0; } }
        :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
          transform: translateY(-70%); }
          :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard:last-child, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard:last-child {
            transform: translate(-50%, -70%); }
            @supports (display: grid) {
              :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard:last-child, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard:last-child {
                transform: translateY(-20vw); } }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
              transform: translateY(0); } }
          @media screen and (min-width: 770px) and (max-width: 991px) {
            :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
              transform: translateY(-30%); } }
    :where(.calc-scope) .con11-timeline .items .timelineCard {
      text-align: left;
      display: inline-block;
      /* Hide the white line under the final timeline card  */ }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .con11-timeline .items .timelineCard:last-of-type .date:after {
          background: #000000;
          content: "";
          width: 100%;
          height: 300vh;
          display: block;
          position: absolute;
          left: 0;
          top: 100%;
          margin-top: 3px; } }
    @supports (display: grid) {
      :where(.calc-scope) .con11-timeline .items {
        width: auto;
        text-align: left;
        display: grid;
        grid-gap: 5rem 10.625rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: min-content;
        grid-auto-rows: min-content;
        align-items: start;
        justify-items: center;
        grid-auto-flow: dense;
        position: relative;
        z-index: 3;
        justify-self: center; }
        :where(.calc-scope) .con11-timeline .items h2, :where(.calc-scope) .con11-timeline .items .timelineCard {
          width: 100%;
          margin: 0;
          transform: none; }
          :where(.calc-scope) .con11-timeline .items h2:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
            margin-right: 0; }
            :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
              transform: translateY(-20vw); }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con11-timeline .items {
            grid-template-columns: 1fr;
            grid-gap: 6.25rem; }
            :where(.calc-scope) .con11-timeline .items .item:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
              transform: none; }
            :where(.calc-scope) .con11-timeline .items .item:nth-child(even), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(even) {
              transform: none; }
            :where(.calc-scope) .con11-timeline .items h2:nth-child(odd).timelineCard, :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd).timelineCard {
              transform: translateY(0); } }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .con11-timeline .items .item, :where(.calc-scope) .con11-timeline .items .timelineCard {
            height: 100%; }
            :where(.calc-scope) .con11-timeline .items .item:nth-child(odd), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(odd) {
              transform: translateY(-20vw);
              /* Pull up every other card to create staggered effect */ }
            :where(.calc-scope) .con11-timeline .items .item:nth-child(even), :where(.calc-scope) .con11-timeline .items .timelineCard:nth-child(even) {
              transform: none; } } }
    :where(.calc-scope) .con11-timeline .items h2 {
      text-align: left;
      color: #FFFFFF;
      background: #000000;
      font-size: 32px;
      line-height: 2.25rem;
      max-width: 26.6875rem;
      justify-self: end;
      z-index: 4; }
      @media print {
        :where(.calc-scope) .con11-timeline .items h2 {
          color: #000000;
          background: transparent; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con11-timeline .items h2 {
          background: #000000;
          justify-self: center;
          font-size: 24px;
          line-height: 28px;
          position: relative; }
          :where(.calc-scope) .con11-timeline .items h2:before {
            content: "";
            display: block;
            background: #000000;
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            height: 2.1875rem; }
          :where(.calc-scope) .con11-timeline .items h2:after {
            content: "";
            display: block;
            background: #000000;
            position: absolute;
            bottom: -40px;
            left: 0;
            width: 100%;
            height: 2.1875rem; } }

@media screen {
  .calc-scope.js .con11-timeline .item .item-content, .calc-scope.js .con11-timeline .timelineCard .item-content {
    transition: all 430ms ease-out;
    opacity: 0;
    transform: translateY(20%); }
  .calc-scope.js.loaded .con11-timeline .item.seen .item-content, .calc-scope.js.loaded .con11-timeline .timelineCard.seen .item-content {
    opacity: 1;
    transform: translateY(0); } }

/* CSS for Authored View */
:where(.calc-scope) .con11-timeline.timeline-auth .items {
  grid-template-columns: 1fr;
  grid-gap: 100px; }

:where(.calc-scope) .con11-timeline.timeline-auth .timelineCard {
  margin: 20px;
  display: block; }

:where(.calc-scope) .con11-timeline.timeline-auth .timelineCard .company {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }

:where(.calc-scope) .con11-timeline.timeline-auth .timelineCard .company:before {
  display: none; }

:where(.calc-scope) .con11-timeline.timeline-auth .timelineCard .date {
  position: static;
  transform: translateX(0);
  margin: 20px auto;
  display: block; }

:where(.calc-scope) .con11-timeline.timeline-auth .items .timelineCard:nth-child(2n) {
  -webkit-transform: none;
  transform: none; }

:where(.calc-scope) .con11-timeline.timeline-auth .items .timelineCard .item-content {
  opacity: 1;
  transform: translateY(0); }

:where(.calc-scope) .con11-timeline.timeline-auth .items .timelineCard:nth-child(odd) {
  transform: translateY(0); }

:where(.calc-scope) .con11-timeline.timeline-auth .items h2 {
  text-align: center;
  justify-self: auto; }

:where(.calc-scope) .item.det19-card-timeline, :where(.calc-scope) .timelineCard {
  max-width: 427px;
  z-index: 5;
  justify-self: start;
  align-self: start;
  position: relative; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .item.det19-card-timeline, :where(.calc-scope) .timelineCard {
      justify-self: center; } }
  :where(.calc-scope) .item.det19-card-timeline.clickable, :where(.calc-scope) .timelineCard.clickable {
    cursor: pointer; }
    :where(.calc-scope) .item.det19-card-timeline.clickable:hover .read-more, :where(.calc-scope) .timelineCard.clickable:hover .read-more {
      border-bottom: 3px solid #459AFF;
      color: #459AFF; }
    :where(.calc-scope) .item.det19-card-timeline.clickable .title, :where(.calc-scope) .timelineCard.clickable .title {
      color: #0072CE; }
  :where(.calc-scope) .item.det19-card-timeline .item-content, :where(.calc-scope) .timelineCard .item-content {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    height: 100%; }
  :where(.calc-scope) .item.det19-card-timeline picture, :where(.calc-scope) .item.det19-card-timeline img, :where(.calc-scope) .timelineCard picture, :where(.calc-scope) .timelineCard img {
    width: 100%;
    max-height: 260px;
    display: block; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline picture, :where(.calc-scope) .item.det19-card-timeline img, :where(.calc-scope) .timelineCard picture, :where(.calc-scope) .timelineCard img {
        max-height: 204px; } }
  :where(.calc-scope) .item.det19-card-timeline .date, :where(.calc-scope) .timelineCard .date {
    height: 40px;
    width: 97px;
    position: absolute;
    left: calc(170px / -2);
    transform: translateX(-50%);
    top: 20px;
    border: 2px solid #FFFFFF;
    background: #000000;
    border-radius: 100px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    pointer-events: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline .date, :where(.calc-scope) .timelineCard .date {
        left: 50%;
        top: -20px;
        transform: translate(-50%, -100%); } }
  :where(.calc-scope) .item.det19-card-timeline .company, :where(.calc-scope) .timelineCard .company {
    background: #00DC78;
    -webkit-print-color-adjust: exact;
    color: #000000;
    padding: 16px 24px 14px;
    position: absolute;
    top: 15px;
    left: 0px;
    height: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    z-index: 3; }
    :where(.calc-scope) .item.det19-card-timeline .company:before, :where(.calc-scope) .timelineCard .company:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateX(-100%);
      border-top: 25px solid transparent;
      border-right: 25px solid #00DC78;
      border-bottom: 25px solid transparent; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline .company, :where(.calc-scope) .timelineCard .company {
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        :where(.calc-scope) .item.det19-card-timeline .company:before, :where(.calc-scope) .timelineCard .company:before {
          display: none; } }
  :where(.calc-scope) .item.det19-card-timeline .text, :where(.calc-scope) .timelineCard .text {
    padding: 25px 40px 33px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline .text, :where(.calc-scope) .timelineCard .text {
        padding: 25px 30px; } }
  :where(.calc-scope) .item.det19-card-timeline .title, :where(.calc-scope) .timelineCard .title {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline .title, :where(.calc-scope) .timelineCard .title {
        font-size: 16px;
        line-height: 22px; } }
  :where(.calc-scope) .item.det19-card-timeline p, :where(.calc-scope) .timelineCard p {
    line-height: 26px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline p, :where(.calc-scope) .timelineCard p {
        line-height: 22px; } }
  :where(.calc-scope) .item.det19-card-timeline .read-more, :where(.calc-scope) .timelineCard .read-more {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 17px 0 0 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: border 340ms ease; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .item.det19-card-timeline .read-more, :where(.calc-scope) .timelineCard .read-more {
        font-size: 12px;
        line-height: 20px; } }
  @media print, screen and (min-width: 769px) {
    :where(.calc-scope) .item.det19-card-timeline, :where(.calc-scope) .timelineCard {
      /* cards on the left */ }
      :where(.calc-scope) .item.det19-card-timeline:nth-child(odd), :where(.calc-scope) .timelineCard:nth-child(odd) {
        justify-self: end; }
        :where(.calc-scope) .item.det19-card-timeline:nth-child(odd) .date, :where(.calc-scope) .timelineCard:nth-child(odd) .date {
          left: auto;
          right: calc(170px / -2);
          transform: translateX(50%); }
        :where(.calc-scope) .item.det19-card-timeline:nth-child(odd) .company, :where(.calc-scope) .timelineCard:nth-child(odd) .company {
          left: auto;
          right: 0px; }
          :where(.calc-scope) .item.det19-card-timeline:nth-child(odd) .company:before, :where(.calc-scope) .timelineCard:nth-child(odd) .company:before {
            left: auto;
            right: 0;
            transform: translateX(100%);
            border-right: 0;
            border-left: 25px solid #00DC78; } }
  :where(.calc-scope) .item.det19-card-timeline .script, :where(.calc-scope) .timelineCard .script {
    display: none; }

:where(.calc-scope) .con11-timeline .det20-modal-overlay.active {
  z-index: 12;
  padding-bottom: 100px; }

:where(.calc-scope) .con11-timeline .det20-modal-overlay > .aem-Grid {
  display: inline-block; }

:where(.calc-scope) .con11-timeline .det20-modal-overlay .det16-rich-text-field {
  padding: 0 20px 0; }

:where(.calc-scope) .con11-timeline .det20-modal-overlay .aem-GridColumn {
  display: inline-block; }
  :where(.calc-scope) .con11-timeline .det20-modal-overlay .aem-GridColumn.columnControl {
    width: 100%; }

@media screen and (max-width: 767px) {
  :where(.calc-scope) .con11-timeline .det20-modal-overlay .band .band-content {
    min-width: initial; } }

@media screen and (max-width: 767px) {
  :where(.calc-scope) .con11-timeline .det20-modal-overlay .close-top {
    top: 10px;
    right: 15px; } }

:where(.calc-scope) .con11-timeline .det20-modal-overlay hr {
  display: block;
  clear: both;
  height: 80px; }
  :where(.calc-scope) .con11-timeline .det20-modal-overlay hr:before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    border-bottom: 1px solid #a9b3bd; }

/* Custom styles */
:where(.calc-scope) .con11-timeline .timelineCard picture img.lazyload, :where(.calc-scope) .con11-timeline .timelineCard picture img.lazyloading {
  min-height: 200px; }

:where(.calc-scope) .str05-feature-1-column .band-content {
  text-align: center; }
  :where(.calc-scope) .str05-feature-1-column .band-content h2 {
    text-align: left;
    border-left: 5px solid #00DC78;
    padding: 0 0 0 80px;
    margin: 0 0 32px 0; }
  :where(.calc-scope) .str05-feature-1-column .band-content .images {
    padding: 0; }
    :where(.calc-scope) .str05-feature-1-column .band-content .images.row {
      display: flex;
      flex-wrap: wrap; }
      :where(.calc-scope) .str05-feature-1-column .band-content .images.row .col {
        padding: 0 0 20px 0; }
        :where(.calc-scope) .str05-feature-1-column .band-content .images.row .col:last-child {
          padding-bottom: 0; }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .str05-feature-1-column .band-content .images.row .col {
            padding: 0; }
            :where(.calc-scope) .str05-feature-1-column .band-content .images.row .col:nth-child(even) {
              padding-left: 20px; } }
    :where(.calc-scope) .str05-feature-1-column .band-content .images picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    :where(.calc-scope) .str05-feature-1-column .band-content .images picture {
      width: 100%;
      height: 100%; }
  :where(.calc-scope) .str05-feature-1-column .band-content p {
    margin: 30px 80px;
    width: auto;
    max-width: 850px;
    text-align: left; }
  :where(.calc-scope) .str05-feature-1-column .band-content .c-button {
    background: #0072CE;
    color: #FFFFFF;
    font-size: 12px; }
    :where(.calc-scope) .str05-feature-1-column .band-content .c-button:hover {
      background: #004ABF; }

:where(.calc-scope) .str05-feature-1-column.fullbleed {
  padding-left: 0;
  padding-right: 0; }
  :where(.calc-scope) .str05-feature-1-column.fullbleed .band-content {
    width: 100%;
    max-width: none;
    margin: 0; }
    :where(.calc-scope) .str05-feature-1-column.fullbleed .band-content h2 {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .str05-feature-1-column.fullbleed .band-content h2 {
          margin-left: 0;
          margin-right: 0; } }
    :where(.calc-scope) .str05-feature-1-column.fullbleed .band-content p {
      padding-left: 0;
      width: 80%;
      margin: 30px auto;
      padding: 0 87px 0 87px;
      max-width: 819px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .str05-feature-1-column.fullbleed .band-content p {
          padding-left: 0;
          padding-right: 0; } }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .str05-feature-1-column {
    padding-left: 0;
    padding-right: 0; }
    :where(.calc-scope) .str05-feature-1-column .band-content {
      width: 100%;
      margin: 0;
      max-width: none;
      padding: 0 5vw; }
      :where(.calc-scope) .str05-feature-1-column .band-content h2 {
        border: none;
        margin: 0 0 20px 0;
        padding: 0; }
      :where(.calc-scope) .str05-feature-1-column .band-content p {
        width: 100%;
        margin: 20px auto; } }

:where(.calc-scope) .nav06-horizontal-link-list {
  background: #0072CE;
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 28px; }
  :where(.calc-scope) .nav06-horizontal-link-list nav {
    text-align: center;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav06-horizontal-link-list nav {
        flex-direction: column;
        align-items: start; } }
    :where(.calc-scope) .nav06-horizontal-link-list nav a {
      font-size: 14px;
      line-height: 17px;
      color: #FFFFFF;
      font-weight: bold;
      display: inline-block;
      position: relative;
      padding: 5px 10px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .nav06-horizontal-link-list nav a {
          text-align: left;
          padding: 15px 0; } }
      :where(.calc-scope) .nav06-horizontal-link-list nav a:hover {
        color: #eeeeef; }
      :where(.calc-scope) .nav06-horizontal-link-list nav a:after {
        content: "|";
        color: #FFFFFF;
        position: absolute;
        display: block;
        right: -2.5px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .nav06-horizontal-link-list nav a:after {
            display: none; } }
      :where(.calc-scope) .nav06-horizontal-link-list nav a:last-child:after {
        display: none; }

:where(.calc-scope) .str02-gallery-video-player .atm01-header-v1__wrapper {
  text-align: left; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str02-gallery-video-player .atm01-header-v1__wrapper {
      margin-bottom: 14px; } }

:where(.calc-scope) .str02-gallery-video-player .description {
  font-size: 16px;
  line-height: 30px;
  margin: 33px 0 0 0;
  width: 100%; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str02-gallery-video-player .description {
      max-height: 60px;
      padding-bottom: 30px;
      text-overflow: ellipsis;
      overflow-x: hidden;
      overflow-y: visible;
      white-space: nowrap;
      transition: max-height 500ms ease;
      position: relative;
      z-index: 2;
      margin-bottom: 23px;
      margin-top: 23px; }
      :where(.calc-scope) .str02-gallery-video-player .description.no-content {
        text-overflow: inherit;
        white-space: inherit;
        max-height: inherit; }
        :where(.calc-scope) .str02-gallery-video-player .description.no-content:after {
          content: ""; }
      :where(.calc-scope) .str02-gallery-video-player .description:after {
        content: "Show More";
        background: transparent url(toplib/resources/vectors/carot-down.svg) right center no-repeat;
        padding-right: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        color: #0072CE;
        z-index: 3;
        font-weight: bold;
        cursor: pointer; }
      :where(.calc-scope) .str02-gallery-video-player .description.active {
        max-height: 100%;
        white-space: normal;
        overflow: visible; }
        :where(.calc-scope) .str02-gallery-video-player .description.active:after {
          content: "Show Less";
          bottom: 0;
          background-image: url(toplib/resources/vectors/carot-up.svg); } }

:where(.calc-scope) .str02-gallery-video-player #video-container, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container {
  margin-top: 38px;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  /* Custom play button overlay */ }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str02-gallery-video-player #video-container, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container {
      margin-top: 0; } }
  :where(.calc-scope) .str02-gallery-video-player #video-container iframe, :where(.calc-scope) .str02-gallery-video-player #video-container video, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container iframe, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  :where(.calc-scope) .str02-gallery-video-player #video-container video, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container video {
    height: auto;
    object-fit: cover; }
  :where(.calc-scope) .str02-gallery-video-player #video-container.ready:before, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container.ready:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    background: white url(toplib/resources/vectors/play-arrow.svg) 54% center no-repeat;
    background-size: 20px auto;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
    transition: all 400ms ease; }
  :where(.calc-scope) .str02-gallery-video-player #video-container:hover:before, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container:hover:before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px 10px rgba(0, 0, 0, 0.4); }
  :where(.calc-scope) .str02-gallery-video-player #video-container.playing:before, :where(.calc-scope) .str02-gallery-video-player .youtube-video-container.playing:before {
    opacity: 0; }

:where(.calc-scope) .str02-gallery-video-player .more-videos {
  height: auto;
  min-height: 267px;
  background: #EEEEEE;
  width: 100vw;
  margin-left: -10vw;
  padding: 0 10vw;
  margin-top: 50px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .str02-gallery-video-player .more-videos {
      margin-left: -5vw;
      padding: 0; }
      :where(.calc-scope) .str02-gallery-video-player .more-videos .band-content {
        width: 100vw;
        padding: 0 5vw; } }
  :where(.calc-scope) .str02-gallery-video-player .more-videos .band-content {
    margin: 0 auto;
    max-width: 1024px;
    height: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
  :where(.calc-scope) .str02-gallery-video-player .more-videos a {
    display: inline-block;
    vertical-align: top;
    border-top: 5px solid transparent;
    padding: 30px 0;
    margin-right: 15px;
    height: 100%;
    max-width: 31%;
    white-space: normal;
    position: relative; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .str02-gallery-video-player .more-videos a {
        max-width: 200px;
        margin-right: 10px;
        padding: 30px 0 45px; } }
    :where(.calc-scope) .str02-gallery-video-player .more-videos a.active {
      border-top: 5px solid #0072CE; }
    :where(.calc-scope) .str02-gallery-video-player .more-videos a span.video-listing {
      display: inline-block;
      position: relative;
      margin-bottom: 15px;
      /* Custom play button overlay */ }
      :where(.calc-scope) .str02-gallery-video-player .more-videos a span.video-listing:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: 50%;
        top: calc(50% - 15px);
        transform: translateX(-50%);
        z-index: 2;
        pointer-events: none;
        background: white url(toplib/resources/vectors/play-arrow.svg) 54% center no-repeat;
        background-size: 10px auto;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
        transition: all 400ms ease; }
      :where(.calc-scope) .str02-gallery-video-player .more-videos a span.video-listing:hover:before {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px 10px rgba(0, 0, 0, 0.4); }
    :where(.calc-scope) .str02-gallery-video-player .more-videos a img {
      width: 100%;
      height: auto;
      object-fit: cover;
      z-index: 1; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .str02-gallery-video-player .more-videos a img {
          min-width: 200px;
          min-height: 104px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .str02-gallery-video-player .more-videos a.active:before {
        top: calc(25% - 15px); } }
  :where(.calc-scope) .str02-gallery-video-player .more-videos .title {
    font-family: Gilroy, "Arial Black", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    word-wrap: break-word; }
  :where(.calc-scope) .str02-gallery-video-player .more-videos .desc {
    display: none; }

:where(.calc-scope) .str02-gallery-video-player.youtube-video-wrapper-gallery .description {
  margin-top: 30px; }

:where(.calc-scope) .global-nav .nav-search {
  position: absolute;
  top: 15px;
  z-index: 3;
  text-align: right;
  /* Desktop search focus behavior */
  /* Search on mobile */ }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav .nav-search {
      z-index: 1;
      width: 300px;
      height: 74px;
      right: 10.5%;
      top: 40px; } }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .global-nav .nav-search {
      z-index: 1; } }
  @supports (display: grid) {
    :where(.calc-scope) .global-nav .nav-search {
      width: auto;
      height: auto;
      position: relative;
      right: unset;
      top: unset; } }
  :where(.calc-scope) .global-nav .nav-search .nav-search-wrap {
    position: relative; }
  :where(.calc-scope) .global-nav .nav-search .top-search {
    -webkit-appearance: none;
    border: 1px solid #A9B3BD;
    border-radius: 2px;
    padding: 7px 38px;
    height: 40px;
    width: 232px;
    transition: width 300ms ease-out;
    font-size: 13px;
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }
    :where(.calc-scope) .global-nav .nav-search .top-search::placeholder {
      color: #000000; }
    :where(.calc-scope) .global-nav .nav-search .top-search:focus {
      padding-left: 14px;
      color: #000000;
      outline: none;
      width: 299px; }
      :where(.calc-scope) .global-nav .nav-search .top-search:focus ~ .submit-search {
        right: 5px;
        transform: rotate(90deg);
        background-color: #FFFFFF;
        z-index: 1; }
    :where(.calc-scope) .global-nav .nav-search .top-search::-ms-clear {
      /* Remove IE default X */
      display: none; }
  :where(.calc-scope) .global-nav .nav-search ::-webkit-search-cancel-button {
    opacity: 0; }
  :where(.calc-scope) .global-nav .nav-search .reset-search {
    height: 40px;
    width: 10px;
    padding: 0 5px;
    background: url(toplib/resources/vectors/close.svg) center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 15px;
    transition: all 300ms ease;
    font-size: 0;
    opacity: 0;
    border: 0; }
    :where(.calc-scope) .global-nav .nav-search .reset-search:focus {
      outline: none; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .global-nav .nav-search .reset-search {
        pointer-events: none; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav .nav-search .is-active .reset-search {
      opacity: 1;
      pointer-events: initial; }
    :where(.calc-scope) .global-nav .nav-search .is-active .top-search:focus ~ .submit-search {
      right: 5px;
      transform: rotate(90deg); } }
  :where(.calc-scope) .global-nav .nav-search .submit-search {
    width: 15px;
    height: 41px;
    position: absolute;
    margin: 0 10px 0 0;
    font-size: 0;
    right: 192px;
    bottom: 0;
    background: transparent url(toplib/resources/vectors/search.svg) center center no-repeat;
    background-size: contain;
    transition: all 300ms ease;
    display: block; }
    :where(.calc-scope) .global-nav .nav-search .submit-search:focus {
      outline: none; }
  :where(.calc-scope) .global-nav .nav-search button.submit-search {
    opacity: 0;
    visibility: hidden;
    right: 180px; }
  :where(.calc-scope) .global-nav .nav-search .is-hover label.submit-search {
    opacity: 0; }
  :where(.calc-scope) .global-nav .nav-search .is-hover button.submit-search {
    opacity: 1;
    visibility: inherit; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .global-nav .nav-search .is-hover .submit-search, :where(.calc-scope) .global-nav .nav-search .is-hover input:hover + .submit-search, :where(.calc-scope) .global-nav .nav-search .is-hover input:valid + .submit-search {
      right: 5px;
      cursor: pointer;
      transform: rotate(90deg); }
      :where(.calc-scope) .global-nav .nav-search .is-hover .submit-search:hover, :where(.calc-scope) .global-nav .nav-search .is-hover input:hover + .submit-search:hover, :where(.calc-scope) .global-nav .nav-search .is-hover input:valid + .submit-search:hover {
        transform: rotate(90deg) scale(1.5); } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .global-nav .nav-search {
      text-align: left;
      padding: 0 20px; }
      :where(.calc-scope) .global-nav .nav-search input.top-search {
        width: 20px;
        border: none;
        padding: 0;
        outline: 0;
        font-size: 0; }
        :where(.calc-scope) .global-nav .nav-search input.top-search:active, :where(.calc-scope) .global-nav .nav-search input.top-search:focus {
          width: 83vw;
          padding: 5px 0 5px 40px;
          background: #FFFFFF;
          font-size: 1em; }
        :where(.calc-scope) .global-nav .nav-search input.top-search:focus + input.submit-search {
          z-index: 1; }
      :where(.calc-scope) .global-nav .nav-search ::placeholder {
        display: none;
        font-size: 0; }
      :where(.calc-scope) .global-nav .nav-search .submit-search, :where(.calc-scope) .global-nav .nav-search input.submit-search {
        top: 0;
        right: auto;
        width: 20px;
        left: 0; }
      :where(.calc-scope) .global-nav .nav-search input.submit-search {
        z-index: -999; }
      :where(.calc-scope) .global-nav .nav-search .is-hover {
        width: 95vw;
        background: #FFFFFF;
        position: relative; }
        :where(.calc-scope) .global-nav .nav-search .is-hover .reset-search {
          opacity: 1;
          top: 0;
          width: 25px; }
        :where(.calc-scope) .global-nav .nav-search .is-hover .twitter-typeahead {
          width: 95vw; }
        :where(.calc-scope) .global-nav .nav-search .is-hover input.submit-search {
          z-index: 1; } }
  :where(.calc-scope) .global-nav .nav-search .twitter-typeahead {
    width: auto; }

:where(.calc-scope) .det13-card-search-result {
  background: #FFFFFF;
  padding: 35px 85px;
  border-bottom: 1px solid #A9B3BD; }
  :where(.calc-scope) .det13-card-search-result:last-child {
    border-bottom: none; }
  :where(.calc-scope) .det13-card-search-result > a, :where(.calc-scope) .det13-card-search-result > span {
    display: block; }
  :where(.calc-scope) .det13-card-search-result .eyebrow {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700; }
  :where(.calc-scope) .det13-card-search-result a.title {
    margin: 10px 0;
    font-size: 20px;
    line-height: 28px;
    font-family: Gilroy, "Arial Black", sans-serif;
    font-weight: 800;
    vertical-align: middle;
    /* Base :after for icons (if needed) */ }
    :where(.calc-scope) .det13-card-search-result a.title:after {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      width: 1.2ch;
      height: 1.2em;
      margin-left: 0.4em;
      display: inline-block;
      vertical-align: top; }
    :where(.calc-scope) .det13-card-search-result a.title.external:after {
      content: "";
      background-image: url(toplib/resources/vectors/link-out.svg); }
    :where(.calc-scope) .det13-card-search-result a.title[href$='.pdf']:after {
      content: "";
      background-image: url(toplib/resources/vectors/file-pdf.svg); }
    :where(.calc-scope) .det13-card-search-result a.title[href$='.doc']:after, :where(.calc-scope) .det13-card-search-result a.title[href$='.docx']:after {
      content: "";
      background-image: url(toplib/resources/vectors/file-word.svg); }
    :where(.calc-scope) .det13-card-search-result a.title[href$='.xls']:after, :where(.calc-scope) .det13-card-search-result a.title[href$='.xlsx']:after {
      content: "";
      background-image: url(toplib/resources/vectors/file-excel.svg); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det13-card-search-result a.title {
        font-size: 18px;
        line-height: 24px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det13-card-search-result {
      padding: 25px 20px; } }

.calc-scope.js .det13-card-search-result {
  transition: opacity 340ms ease;
  opacity: 0; }
  .calc-scope.js .det13-card-search-result:nth-child(1) {
    transition-delay: 100ms; }
  .calc-scope.js .det13-card-search-result:nth-child(2) {
    transition-delay: 200ms; }
  .calc-scope.js .det13-card-search-result:nth-child(3) {
    transition-delay: 300ms; }
  .calc-scope.js .det13-card-search-result:nth-child(4) {
    transition-delay: 400ms; }
  .calc-scope.js .det13-card-search-result:nth-child(5) {
    transition-delay: 500ms; }
  .calc-scope.js .det13-card-search-result:nth-child(6) {
    transition-delay: 600ms; }
  .calc-scope.js .det13-card-search-result:nth-child(7) {
    transition-delay: 700ms; }
  .calc-scope.js .det13-card-search-result:nth-child(8) {
    transition-delay: 800ms; }
  .calc-scope.js .det13-card-search-result:nth-child(9) {
    transition-delay: 900ms; }
  .calc-scope.js .det13-card-search-result:nth-child(10) {
    transition-delay: 1000ms; }
  .calc-scope.js .det13-card-search-result:nth-child(n + 10) {
    transition-delay: 1000ms; }

.calc-scope.ready .det13-card-search-result {
  opacity: 1;
  margin: 0; }

:where(.calc-scope) .con07-container-search_filters {
  background: #FFFFFF;
  padding-bottom: 60px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con07-container-search_filters {
      padding-bottom: 40px; } }
  :where(.calc-scope) .con07-container-search_filters .band-content {
    position: relative;
    overflow: visible; }
    :where(.calc-scope) .con07-container-search_filters .band-content .search-filters .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 10px;
      white-space: nowrap;
      line-height: 1.625rem; }
  :where(.calc-scope) .con07-container-search_filters .num-results {
    position: absolute;
    right: 0;
    top: 3px;
    color: #000000;
    font-weight: 700;
    font-size: 14px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con07-container-search_filters .num-results {
        position: static;
        font-size: 16px;
        font-weight: normal;
        margin-top: 6px;
        display: block; } }
  :where(.calc-scope) .con07-container-search_filters .search-filters {
    margin-top: 43px; }
    @supports (display: grid) {
      :where(.calc-scope) .con07-container-search_filters .search-filters {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 13px 20px;
        grid-template-rows: auto;
        grid-auto-flow: row; } }
    :where(.calc-scope) .con07-container-search_filters .search-filters fieldset {
      padding: 8px 0 0;
      display: inline-block;
      vertical-align: top;
      width: calc(25% - 20px);
      margin-right: 20px; }
      :where(.calc-scope) .con07-container-search_filters .search-filters fieldset:last-child {
        margin-right: 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset {
          width: 100%;
          margin-bottom: 13px; } }
      @supports (display: grid) {
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset {
          width: auto;
          margin-right: 0; } }
      :where(.calc-scope) .con07-container-search_filters .search-filters fieldset legend, :where(.calc-scope) .con07-container-search_filters .search-filters fieldset label {
        color: #000000;
        font-size: 13px;
        font-weight: 700;
        line-height: 35px; }
      :where(.calc-scope) .con07-container-search_filters .search-filters fieldset .twitter-typeahead {
        width: 100%; }
      :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search {
        grid-column: span 2;
        position: relative;
        overflow: hidden;
        width: 49%;
        /* Search input */
        /* Reset button */
        /*.search-field:valid~.reset {
          opacity: 1;
          pointer-events: inherit;
          right: 12px;
        }*/
        /* Submit button */ }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search {
            width: 100%; } }
        @supports (display: grid) {
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search {
            width: auto; } }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .search-field {
          width: 100%;
          height: 50px;
          -webkit-appearance: textfield;
          border: 1px solid #AAAAAA;
          border-radius: 2px;
          padding: 15px 60px 15px 46px;
          color: #000000;
          background-image: url(toplib/resources/vectors/search.svg);
          background-repeat: no-repeat;
          background-position: 15px center;
          background-size: 18px 18px;
          transition: all 300ms 100ms ease;
          outline: 2px solid transparent;
          font-size: 13px;
          font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .search-field::placeholder {
            color: #000000; }
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .search-field:focus {
            outline: 2px solid #0072CE;
            transition-delay: 0ms;
            background-position: -20px center;
            padding-left: 15px; }
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .search-field::-ms-clear {
            /* Remove IE default X */
            display: none; }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search ::-webkit-search-cancel-button {
          opacity: 0; }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .reset {
          height: 18px;
          width: 18px;
          background: url(toplib/resources/vectors/close-black.svg) center center no-repeat;
          cursor: pointer;
          transition: all 300ms ease;
          font-size: 0;
          position: absolute;
          right: 20px;
          bottom: 18px;
          pointer-events: none;
          opacity: 0; }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search .submit {
          height: 30px;
          width: 30px;
          background: url(toplib/resources/vectors/search.svg) center center no-repeat;
          background-size: 18px 18px;
          font-size: 0;
          position: absolute;
          right: 12px;
          bottom: 12px;
          opacity: 0;
          transform: translateX(200%);
          transition: transform 500ms 0ms ease; }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search.is-hover:not(.is-active) {
          overflow: inherit; }
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search.is-hover:not(.is-active) .submit {
            opacity: 1;
            transform: translateX(0);
            transition: transform 300ms 100ms ease; }
            :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search.is-hover:not(.is-active) .submit:hover {
              transform: translateX(0) scale(1.2);
              transition-delay: 0; }
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search.is-active .reset {
          opacity: 1;
          pointer-events: inherit; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.search legend {
            display: none; } }
      :where(.calc-scope) .con07-container-search_filters .search-filters fieldset select {
        width: 100%; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con07-container-search_filters .search-filters fieldset {
          padding-top: 6px; }
          :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.filter, :where(.calc-scope) .con07-container-search_filters .search-filters fieldset.sort {
            grid-column: span 2; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con07-container-search_filters .search-filters {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: min-content min-content;
        margin-top: 30px; } }

/* Pretty reveals */
.calc-scope.js .con07-container-search_filters fieldset {
  opacity: 0;
  transition: opacity 340ms 100ms ease; }
  .calc-scope.js .con07-container-search_filters fieldset:nth-child(2) {
    transition-delay: 200ms; }
  .calc-scope.js .con07-container-search_filters fieldset:nth-child(3) {
    transition-delay: 300ms; }

.calc-scope.ready .con07-container-search_filters fieldset {
  opacity: 1; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Results */
:where(.calc-scope) .con07-container-search_results {
  background: #E6E8EA;
  color: #000000; }
  :where(.calc-scope) .con07-container-search_results .loader {
    border: 10px solid #EEEEEE;
    border-top: 10px solid #0072CE;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto; }
  :where(.calc-scope) .con07-container-search_results .no-search-results {
    text-align: center;
    background: #FFFFFF;
    padding: 50px 100px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con07-container-search_results .no-search-results {
        padding: 25px 50px; } }
    :where(.calc-scope) .con07-container-search_results .no-search-results h2 {
      margin: 10px 0; }
    :where(.calc-scope) .con07-container-search_results .no-search-results p {
      margin-bottom: 20px; }
    :where(.calc-scope) .con07-container-search_results .no-search-results .icon-search {
      background-image: url(toplib/resources/vectors/search.svg);
      background-repeat: no-repeat;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      display: inline-block; }

:where(.calc-scope) .tt-menu {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-top: 0 none;
  border-radius: 0 0 2px 2px; }

:where(.calc-scope) .tt-suggestion {
  cursor: pointer;
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #AAAAAA;
  word-break: break-all; }
  :where(.calc-scope) .tt-suggestion:last-child {
    border-bottom: 0 none; }
  :where(.calc-scope) .tt-suggestion:hover, :where(.calc-scope) .tt-suggestion.tt-cursor {
    background: #EEEEEE; }

:where(.calc-scope) .tt-highlight {
  font-weight: 700; }

:where(.calc-scope) .c-con06-pagination__wrapper .container:first-child {
  overflow: hidden; }

:where(.calc-scope) .c-con06-pagination__wrapper .pagination {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  :where(.calc-scope) .c-con06-pagination__wrapper .pagination li {
    color: #000000;
    line-height: 27px; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li:hover {
      background-color: #FFFFFF;
      transition: all .3s ease-in-out; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li.active {
      background-color: #FFFFFF; }
      :where(.calc-scope) .c-con06-pagination__wrapper .pagination li.active a {
        color: #808080; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li .material-icons {
      width: 30px; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li a {
      padding: 0 10px; }
      :where(.calc-scope) .c-con06-pagination__wrapper .pagination li a i {
        color: #0072CE; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li span {
      display: inline-block;
      vertical-align: top;
      height: 30px; }
      :where(.calc-scope) .c-con06-pagination__wrapper .pagination li span.page {
        color: #EEEEEE;
        padding: 0 10px; }
    :where(.calc-scope) .c-con06-pagination__wrapper .pagination li .previous i {
      transform: rotate(180deg); }

:where(.calc-scope) .c-con06-pagination__wrapper .row {
  margin-bottom: 0; }

:where(.calc-scope) .str03-gallery-image {
  overflow: hidden;
  /* When you're on the last slide, fade out the next arrow */
  /* When you're on the first slide, fade out the back arrow */ }
  :where(.calc-scope) .str03-gallery-image .band-content {
    width: 100vw;
    max-width: 100vw;
    margin-left: -10vw;
    position: relative;
    height: auto;
    overflow: hidden; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .str03-gallery-image .band-content {
        margin-left: -5vw; } }
  :where(.calc-scope) .str03-gallery-image .images {
    margin-top: 40px;
    padding-bottom: 50px;
    counter-reset: gallery;
    height: auto;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    transition: transform 700ms cubic-bezier(0.44, -0.07, 0.5, 1.04);
    padding-left: 10vw;
    /*  Gallery items: */ }
    @media screen and (max-width: 767px) {
      :where(.calc-scope) .str03-gallery-image .images {
        padding-bottom: 10px;
        padding-left: 4vw;
        margin-top: 0;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-type: mandatory;
        -webkit-scroll-snap-points-x: repeat(80vw);
        scroll-snap-type: mandatory;
        scroll-snap-points-x: repeat(80vw);
        overflow: auto; } }
    :where(.calc-scope) .str03-gallery-image .images > img, :where(.calc-scope) .str03-gallery-image .images > picture {
      max-width: 80vw; }
    :where(.calc-scope) .str03-gallery-image .images .item {
      width: 80vw;
      height: auto;
      display: inline-block;
      vertical-align: middle;
      margin: 0 2vw 0 0;
      counter-increment: gallery;
      position: relative;
      z-index: 3;
      -webkit-scroll-snap-coordinate: 50% 50%;
      scroll-snap-align: center; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .str03-gallery-image .images .item {
          margin-right: 15px;
          vertical-align: top; } }
      @media screen and (max-width: 767px) {
        :where(.calc-scope) .str03-gallery-image .images .item {
          width: 93vw; } }
      :where(.calc-scope) .str03-gallery-image .images .item img, :where(.calc-scope) .str03-gallery-image .images .item picture {
        width: 100%;
        height: auto;
        max-height: 80vh;
        transition: all 700ms cubic-bezier(0.44, -0.07, 0.5, 1.04);
        object-fit: cover;
        position: relative;
        z-index: 3; }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .str03-gallery-image .images .item img, :where(.calc-scope) .str03-gallery-image .images .item picture {
            filter: brightness(50%);
            transform: scale(0.95); } }
      :where(.calc-scope) .str03-gallery-image .images .item picture {
        display: block; }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .str03-gallery-image .images .item.active img, :where(.calc-scope) .str03-gallery-image .images .item.active picture {
          filter: brightness(100%);
          transform: none; } }
      :where(.calc-scope) .str03-gallery-image .images .item p {
        font-size: 0.875rem;
        line-height: 1.625rem;
        display: inline-block;
        width: 90%;
        white-space: normal;
        padding-top: 20px;
        transition: opacity 700ms 0ms cubic-bezier(0.44, -0.07, 0.5, 1.04); }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .str03-gallery-image .images .item p {
            opacity: 0;
            transform: translateY(0%);
            font-size: 0.8125rem;
            line-height: 1.375rem; } }
      :where(.calc-scope) .str03-gallery-image .images .item:after {
        display: inline-block;
        content: counter(gallery) "/" attr(data-total);
        line-height: 16px;
        font-size: 14px;
        letter-spacing: normal;
        float: right;
        padding: 20px 0 0;
        transition: opacity 700ms 0ms cubic-bezier(0.44, -0.07, 0.5, 1.04); }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .str03-gallery-image .images .item:after {
            transition: opacity 700ms 0ms cubic-bezier(0.44, -0.07, 0.5, 1.04);
            opacity: 0;
            transform: translateY(0%); } }
      :where(.calc-scope) .str03-gallery-image .images .item.active p, :where(.calc-scope) .str03-gallery-image .images .item.active:after {
        opacity: 1;
        transition-delay: 350ms; }
    :where(.calc-scope) .str03-gallery-image .images.active-2 {
      -webkit-transform: translateX(-82vw);
      transform: translateX(-82vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-3 {
      -webkit-transform: translateX(-164vw);
      transform: translateX(-164vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-4 {
      -webkit-transform: translateX(-246vw);
      transform: translateX(-246vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-5 {
      -webkit-transform: translateX(-328vw);
      transform: translateX(-328vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-6 {
      -webkit-transform: translateX(-410vw);
      transform: translateX(-410vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-7 {
      -webkit-transform: translateX(-492vw);
      transform: translateX(-492vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-8 {
      -webkit-transform: translateX(-574vw);
      transform: translateX(-574vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-9 {
      -webkit-transform: translateX(-656vw);
      transform: translateX(-656vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-10 {
      -webkit-transform: translateX(-738vw);
      transform: translateX(-738vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-11 {
      -webkit-transform: translateX(-820vw);
      transform: translateX(-820vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-12 {
      -webkit-transform: translateX(-902vw);
      transform: translateX(-902vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-13 {
      -webkit-transform: translateX(-984vw);
      transform: translateX(-984vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-14 {
      -webkit-transform: translateX(-1066vw);
      transform: translateX(-1066vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-15 {
      -webkit-transform: translateX(-1148vw);
      transform: translateX(-1148vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-16 {
      -webkit-transform: translateX(-1230vw);
      transform: translateX(-1230vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-17 {
      -webkit-transform: translateX(-1312vw);
      transform: translateX(-1312vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-18 {
      -webkit-transform: translateX(-1394vw);
      transform: translateX(-1394vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-19 {
      -webkit-transform: translateX(-1476vw);
      transform: translateX(-1476vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-20 {
      -webkit-transform: translateX(-1558vw);
      transform: translateX(-1558vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-21 {
      -webkit-transform: translateX(-1640vw);
      transform: translateX(-1640vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-22 {
      -webkit-transform: translateX(-1722vw);
      transform: translateX(-1722vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-23 {
      -webkit-transform: translateX(-1804vw);
      transform: translateX(-1804vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-24 {
      -webkit-transform: translateX(-1886vw);
      transform: translateX(-1886vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-25 {
      -webkit-transform: translateX(-1968vw);
      transform: translateX(-1968vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-26 {
      -webkit-transform: translateX(-2050vw);
      transform: translateX(-2050vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-27 {
      -webkit-transform: translateX(-2132vw);
      transform: translateX(-2132vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-28 {
      -webkit-transform: translateX(-2214vw);
      transform: translateX(-2214vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-29 {
      -webkit-transform: translateX(-2296vw);
      transform: translateX(-2296vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-30 {
      -webkit-transform: translateX(-2378vw);
      transform: translateX(-2378vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-31 {
      -webkit-transform: translateX(-2460vw);
      transform: translateX(-2460vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-32 {
      -webkit-transform: translateX(-2542vw);
      transform: translateX(-2542vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-33 {
      -webkit-transform: translateX(-2624vw);
      transform: translateX(-2624vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-34 {
      -webkit-transform: translateX(-2706vw);
      transform: translateX(-2706vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-35 {
      -webkit-transform: translateX(-2788vw);
      transform: translateX(-2788vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-36 {
      -webkit-transform: translateX(-2870vw);
      transform: translateX(-2870vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-37 {
      -webkit-transform: translateX(-2952vw);
      transform: translateX(-2952vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-38 {
      -webkit-transform: translateX(-3034vw);
      transform: translateX(-3034vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-39 {
      -webkit-transform: translateX(-3116vw);
      transform: translateX(-3116vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-40 {
      -webkit-transform: translateX(-3198vw);
      transform: translateX(-3198vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-41 {
      -webkit-transform: translateX(-3280vw);
      transform: translateX(-3280vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-42 {
      -webkit-transform: translateX(-3362vw);
      transform: translateX(-3362vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-43 {
      -webkit-transform: translateX(-3444vw);
      transform: translateX(-3444vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-44 {
      -webkit-transform: translateX(-3526vw);
      transform: translateX(-3526vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-45 {
      -webkit-transform: translateX(-3608vw);
      transform: translateX(-3608vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-46 {
      -webkit-transform: translateX(-3690vw);
      transform: translateX(-3690vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-47 {
      -webkit-transform: translateX(-3772vw);
      transform: translateX(-3772vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-48 {
      -webkit-transform: translateX(-3854vw);
      transform: translateX(-3854vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-49 {
      -webkit-transform: translateX(-3936vw);
      transform: translateX(-3936vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-50 {
      -webkit-transform: translateX(-4018vw);
      transform: translateX(-4018vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-51 {
      -webkit-transform: translateX(-4100vw);
      transform: translateX(-4100vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-52 {
      -webkit-transform: translateX(-4182vw);
      transform: translateX(-4182vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-53 {
      -webkit-transform: translateX(-4264vw);
      transform: translateX(-4264vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-54 {
      -webkit-transform: translateX(-4346vw);
      transform: translateX(-4346vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-55 {
      -webkit-transform: translateX(-4428vw);
      transform: translateX(-4428vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-56 {
      -webkit-transform: translateX(-4510vw);
      transform: translateX(-4510vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-57 {
      -webkit-transform: translateX(-4592vw);
      transform: translateX(-4592vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-58 {
      -webkit-transform: translateX(-4674vw);
      transform: translateX(-4674vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-59 {
      -webkit-transform: translateX(-4756vw);
      transform: translateX(-4756vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-60 {
      -webkit-transform: translateX(-4838vw);
      transform: translateX(-4838vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-61 {
      -webkit-transform: translateX(-4920vw);
      transform: translateX(-4920vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-62 {
      -webkit-transform: translateX(-5002vw);
      transform: translateX(-5002vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-63 {
      -webkit-transform: translateX(-5084vw);
      transform: translateX(-5084vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-64 {
      -webkit-transform: translateX(-5166vw);
      transform: translateX(-5166vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-65 {
      -webkit-transform: translateX(-5248vw);
      transform: translateX(-5248vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-66 {
      -webkit-transform: translateX(-5330vw);
      transform: translateX(-5330vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-67 {
      -webkit-transform: translateX(-5412vw);
      transform: translateX(-5412vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-68 {
      -webkit-transform: translateX(-5494vw);
      transform: translateX(-5494vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-69 {
      -webkit-transform: translateX(-5576vw);
      transform: translateX(-5576vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-70 {
      -webkit-transform: translateX(-5658vw);
      transform: translateX(-5658vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-71 {
      -webkit-transform: translateX(-5740vw);
      transform: translateX(-5740vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-72 {
      -webkit-transform: translateX(-5822vw);
      transform: translateX(-5822vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-73 {
      -webkit-transform: translateX(-5904vw);
      transform: translateX(-5904vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-74 {
      -webkit-transform: translateX(-5986vw);
      transform: translateX(-5986vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-75 {
      -webkit-transform: translateX(-6068vw);
      transform: translateX(-6068vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-76 {
      -webkit-transform: translateX(-6150vw);
      transform: translateX(-6150vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-77 {
      -webkit-transform: translateX(-6232vw);
      transform: translateX(-6232vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-78 {
      -webkit-transform: translateX(-6314vw);
      transform: translateX(-6314vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-79 {
      -webkit-transform: translateX(-6396vw);
      transform: translateX(-6396vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-80 {
      -webkit-transform: translateX(-6478vw);
      transform: translateX(-6478vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-81 {
      -webkit-transform: translateX(-6560vw);
      transform: translateX(-6560vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-82 {
      -webkit-transform: translateX(-6642vw);
      transform: translateX(-6642vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-83 {
      -webkit-transform: translateX(-6724vw);
      transform: translateX(-6724vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-84 {
      -webkit-transform: translateX(-6806vw);
      transform: translateX(-6806vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-85 {
      -webkit-transform: translateX(-6888vw);
      transform: translateX(-6888vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-86 {
      -webkit-transform: translateX(-6970vw);
      transform: translateX(-6970vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-87 {
      -webkit-transform: translateX(-7052vw);
      transform: translateX(-7052vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-88 {
      -webkit-transform: translateX(-7134vw);
      transform: translateX(-7134vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-89 {
      -webkit-transform: translateX(-7216vw);
      transform: translateX(-7216vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-90 {
      -webkit-transform: translateX(-7298vw);
      transform: translateX(-7298vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-91 {
      -webkit-transform: translateX(-7380vw);
      transform: translateX(-7380vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-92 {
      -webkit-transform: translateX(-7462vw);
      transform: translateX(-7462vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-93 {
      -webkit-transform: translateX(-7544vw);
      transform: translateX(-7544vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-94 {
      -webkit-transform: translateX(-7626vw);
      transform: translateX(-7626vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-95 {
      -webkit-transform: translateX(-7708vw);
      transform: translateX(-7708vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-96 {
      -webkit-transform: translateX(-7790vw);
      transform: translateX(-7790vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-97 {
      -webkit-transform: translateX(-7872vw);
      transform: translateX(-7872vw); }
    :where(.calc-scope) .str03-gallery-image .images.active-98 {
      -webkit-transform: translateX(-7954vw);
      transform: translateX(-7954vw); }
  :where(.calc-scope) .str03-gallery-image .images.end ~ .gallery-next {
    display: none; }
  :where(.calc-scope) .str03-gallery-image .images.start ~ .gallery-prev {
    display: none; }
  :where(.calc-scope) .str03-gallery-image .images.start ~ .gallery-next:focus, :where(.calc-scope) .str03-gallery-image .images.start ~ .gallery-prev:focus {
    outline: 2px solid #9ecaed;
    -webkit-filter: none;
    filter: none; }
  :where(.calc-scope) .str03-gallery-image button {
    width: 4.2vw;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    color: #FFFFFF;
    display: none;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    font-size: 0;
    transition: opacity 700ms ease;
    background: #000000 url(toplib/resources/vectors/right-arrow-white.svg) 33% center no-repeat; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .str03-gallery-image button {
        display: block; } }
    :where(.calc-scope) .str03-gallery-image button.gallery-next {
      left: inherit;
      right: 0; }
    :where(.calc-scope) .str03-gallery-image button.gallery-prev {
      transform: rotate(180deg); }

:where(.calc-scope) .col-8 .str03-gallery-image .band-content {
  width: 100%;
  margin-left: 0; }

:where(.calc-scope) .col-8 .images {
  padding-left: 0; }
  :where(.calc-scope) .col-8 .images .item {
    width: 80%;
    margin: 0 10%; }
  :where(.calc-scope) .col-8 .images.active-2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  :where(.calc-scope) .col-8 .images.active-3 {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); }
  :where(.calc-scope) .col-8 .images.active-4 {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%); }
  :where(.calc-scope) .col-8 .images.active-5 {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%); }
  :where(.calc-scope) .col-8 .images.active-6 {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%); }
  :where(.calc-scope) .col-8 .images.active-7 {
    -webkit-transform: translateX(-600%);
    transform: translateX(-600%); }
  :where(.calc-scope) .col-8 .images.active-8 {
    -webkit-transform: translateX(-700%);
    transform: translateX(-700%); }
  :where(.calc-scope) .col-8 .images.active-9 {
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%); }
  :where(.calc-scope) .col-8 .images.active-10 {
    -webkit-transform: translateX(-900%);
    transform: translateX(-900%); }
  :where(.calc-scope) .col-8 .images.active-11 {
    -webkit-transform: translateX(-1000%);
    transform: translateX(-1000%); }
  :where(.calc-scope) .col-8 .images.active-12 {
    -webkit-transform: translateX(-1100%);
    transform: translateX(-1100%); }
  :where(.calc-scope) .col-8 .images.active-13 {
    -webkit-transform: translateX(-1200%);
    transform: translateX(-1200%); }
  :where(.calc-scope) .col-8 .images.active-14 {
    -webkit-transform: translateX(-1300%);
    transform: translateX(-1300%); }
  :where(.calc-scope) .col-8 .images.active-15 {
    -webkit-transform: translateX(-1400%);
    transform: translateX(-1400%); }
  :where(.calc-scope) .col-8 .images.active-16 {
    -webkit-transform: translateX(-1500%);
    transform: translateX(-1500%); }
  :where(.calc-scope) .col-8 .images.active-17 {
    -webkit-transform: translateX(-1600%);
    transform: translateX(-1600%); }
  :where(.calc-scope) .col-8 .images.active-18 {
    -webkit-transform: translateX(-1700%);
    transform: translateX(-1700%); }
  :where(.calc-scope) .col-8 .images.active-19 {
    -webkit-transform: translateX(-1800%);
    transform: translateX(-1800%); }
  :where(.calc-scope) .col-8 .images.active-20 {
    -webkit-transform: translateX(-1900%);
    transform: translateX(-1900%); }
  :where(.calc-scope) .col-8 .images.active-21 {
    -webkit-transform: translateX(-2000%);
    transform: translateX(-2000%); }
  :where(.calc-scope) .col-8 .images.active-22 {
    -webkit-transform: translateX(-2100%);
    transform: translateX(-2100%); }
  :where(.calc-scope) .col-8 .images.active-23 {
    -webkit-transform: translateX(-2200%);
    transform: translateX(-2200%); }
  :where(.calc-scope) .col-8 .images.active-24 {
    -webkit-transform: translateX(-2300%);
    transform: translateX(-2300%); }
  :where(.calc-scope) .col-8 .images.active-25 {
    -webkit-transform: translateX(-2400%);
    transform: translateX(-2400%); }
  :where(.calc-scope) .col-8 .images.active-26 {
    -webkit-transform: translateX(-2500%);
    transform: translateX(-2500%); }
  :where(.calc-scope) .col-8 .images.active-27 {
    -webkit-transform: translateX(-2600%);
    transform: translateX(-2600%); }
  :where(.calc-scope) .col-8 .images.active-28 {
    -webkit-transform: translateX(-2700%);
    transform: translateX(-2700%); }
  :where(.calc-scope) .col-8 .images.active-29 {
    -webkit-transform: translateX(-2800%);
    transform: translateX(-2800%); }
  :where(.calc-scope) .col-8 .images.active-30 {
    -webkit-transform: translateX(-2900%);
    transform: translateX(-2900%); }
  :where(.calc-scope) .col-8 .images.active-31 {
    -webkit-transform: translateX(-3000%);
    transform: translateX(-3000%); }
  :where(.calc-scope) .col-8 .images.active-32 {
    -webkit-transform: translateX(-3100%);
    transform: translateX(-3100%); }
  :where(.calc-scope) .col-8 .images.active-33 {
    -webkit-transform: translateX(-3200%);
    transform: translateX(-3200%); }
  :where(.calc-scope) .col-8 .images.active-34 {
    -webkit-transform: translateX(-3300%);
    transform: translateX(-3300%); }
  :where(.calc-scope) .col-8 .images.active-35 {
    -webkit-transform: translateX(-3400%);
    transform: translateX(-3400%); }
  :where(.calc-scope) .col-8 .images.active-36 {
    -webkit-transform: translateX(-3500%);
    transform: translateX(-3500%); }
  :where(.calc-scope) .col-8 .images.active-37 {
    -webkit-transform: translateX(-3600%);
    transform: translateX(-3600%); }
  :where(.calc-scope) .col-8 .images.active-38 {
    -webkit-transform: translateX(-3700%);
    transform: translateX(-3700%); }
  :where(.calc-scope) .col-8 .images.active-39 {
    -webkit-transform: translateX(-3800%);
    transform: translateX(-3800%); }
  :where(.calc-scope) .col-8 .images.active-40 {
    -webkit-transform: translateX(-3900%);
    transform: translateX(-3900%); }
  :where(.calc-scope) .col-8 .images.active-41 {
    -webkit-transform: translateX(-4000%);
    transform: translateX(-4000%); }
  :where(.calc-scope) .col-8 .images.active-42 {
    -webkit-transform: translateX(-4100%);
    transform: translateX(-4100%); }
  :where(.calc-scope) .col-8 .images.active-43 {
    -webkit-transform: translateX(-4200%);
    transform: translateX(-4200%); }
  :where(.calc-scope) .col-8 .images.active-44 {
    -webkit-transform: translateX(-4300%);
    transform: translateX(-4300%); }
  :where(.calc-scope) .col-8 .images.active-45 {
    -webkit-transform: translateX(-4400%);
    transform: translateX(-4400%); }
  :where(.calc-scope) .col-8 .images.active-46 {
    -webkit-transform: translateX(-4500%);
    transform: translateX(-4500%); }
  :where(.calc-scope) .col-8 .images.active-47 {
    -webkit-transform: translateX(-4600%);
    transform: translateX(-4600%); }
  :where(.calc-scope) .col-8 .images.active-48 {
    -webkit-transform: translateX(-4700%);
    transform: translateX(-4700%); }
  :where(.calc-scope) .col-8 .images.active-49 {
    -webkit-transform: translateX(-4800%);
    transform: translateX(-4800%); }
  :where(.calc-scope) .col-8 .images.active-50 {
    -webkit-transform: translateX(-4900%);
    transform: translateX(-4900%); }
  :where(.calc-scope) .col-8 .images.active-51 {
    -webkit-transform: translateX(-5000%);
    transform: translateX(-5000%); }
  :where(.calc-scope) .col-8 .images.active-52 {
    -webkit-transform: translateX(-5100%);
    transform: translateX(-5100%); }
  :where(.calc-scope) .col-8 .images.active-53 {
    -webkit-transform: translateX(-5200%);
    transform: translateX(-5200%); }
  :where(.calc-scope) .col-8 .images.active-54 {
    -webkit-transform: translateX(-5300%);
    transform: translateX(-5300%); }
  :where(.calc-scope) .col-8 .images.active-55 {
    -webkit-transform: translateX(-5400%);
    transform: translateX(-5400%); }
  :where(.calc-scope) .col-8 .images.active-56 {
    -webkit-transform: translateX(-5500%);
    transform: translateX(-5500%); }
  :where(.calc-scope) .col-8 .images.active-57 {
    -webkit-transform: translateX(-5600%);
    transform: translateX(-5600%); }
  :where(.calc-scope) .col-8 .images.active-58 {
    -webkit-transform: translateX(-5700%);
    transform: translateX(-5700%); }
  :where(.calc-scope) .col-8 .images.active-59 {
    -webkit-transform: translateX(-5800%);
    transform: translateX(-5800%); }
  :where(.calc-scope) .col-8 .images.active-60 {
    -webkit-transform: translateX(-5900%);
    transform: translateX(-5900%); }
  :where(.calc-scope) .col-8 .images.active-61 {
    -webkit-transform: translateX(-6000%);
    transform: translateX(-6000%); }
  :where(.calc-scope) .col-8 .images.active-62 {
    -webkit-transform: translateX(-6100%);
    transform: translateX(-6100%); }
  :where(.calc-scope) .col-8 .images.active-63 {
    -webkit-transform: translateX(-6200%);
    transform: translateX(-6200%); }
  :where(.calc-scope) .col-8 .images.active-64 {
    -webkit-transform: translateX(-6300%);
    transform: translateX(-6300%); }
  :where(.calc-scope) .col-8 .images.active-65 {
    -webkit-transform: translateX(-6400%);
    transform: translateX(-6400%); }
  :where(.calc-scope) .col-8 .images.active-66 {
    -webkit-transform: translateX(-6500%);
    transform: translateX(-6500%); }
  :where(.calc-scope) .col-8 .images.active-67 {
    -webkit-transform: translateX(-6600%);
    transform: translateX(-6600%); }
  :where(.calc-scope) .col-8 .images.active-68 {
    -webkit-transform: translateX(-6700%);
    transform: translateX(-6700%); }
  :where(.calc-scope) .col-8 .images.active-69 {
    -webkit-transform: translateX(-6800%);
    transform: translateX(-6800%); }
  :where(.calc-scope) .col-8 .images.active-70 {
    -webkit-transform: translateX(-6900%);
    transform: translateX(-6900%); }
  :where(.calc-scope) .col-8 .images.active-71 {
    -webkit-transform: translateX(-7000%);
    transform: translateX(-7000%); }
  :where(.calc-scope) .col-8 .images.active-72 {
    -webkit-transform: translateX(-7100%);
    transform: translateX(-7100%); }
  :where(.calc-scope) .col-8 .images.active-73 {
    -webkit-transform: translateX(-7200%);
    transform: translateX(-7200%); }
  :where(.calc-scope) .col-8 .images.active-74 {
    -webkit-transform: translateX(-7300%);
    transform: translateX(-7300%); }
  :where(.calc-scope) .col-8 .images.active-75 {
    -webkit-transform: translateX(-7400%);
    transform: translateX(-7400%); }
  :where(.calc-scope) .col-8 .images.active-76 {
    -webkit-transform: translateX(-7500%);
    transform: translateX(-7500%); }
  :where(.calc-scope) .col-8 .images.active-77 {
    -webkit-transform: translateX(-7600%);
    transform: translateX(-7600%); }
  :where(.calc-scope) .col-8 .images.active-78 {
    -webkit-transform: translateX(-7700%);
    transform: translateX(-7700%); }
  :where(.calc-scope) .col-8 .images.active-79 {
    -webkit-transform: translateX(-7800%);
    transform: translateX(-7800%); }
  :where(.calc-scope) .col-8 .images.active-80 {
    -webkit-transform: translateX(-7900%);
    transform: translateX(-7900%); }
  :where(.calc-scope) .col-8 .images.active-81 {
    -webkit-transform: translateX(-8000%);
    transform: translateX(-8000%); }
  :where(.calc-scope) .col-8 .images.active-82 {
    -webkit-transform: translateX(-8100%);
    transform: translateX(-8100%); }
  :where(.calc-scope) .col-8 .images.active-83 {
    -webkit-transform: translateX(-8200%);
    transform: translateX(-8200%); }
  :where(.calc-scope) .col-8 .images.active-84 {
    -webkit-transform: translateX(-8300%);
    transform: translateX(-8300%); }
  :where(.calc-scope) .col-8 .images.active-85 {
    -webkit-transform: translateX(-8400%);
    transform: translateX(-8400%); }
  :where(.calc-scope) .col-8 .images.active-86 {
    -webkit-transform: translateX(-8500%);
    transform: translateX(-8500%); }
  :where(.calc-scope) .col-8 .images.active-87 {
    -webkit-transform: translateX(-8600%);
    transform: translateX(-8600%); }
  :where(.calc-scope) .col-8 .images.active-88 {
    -webkit-transform: translateX(-8700%);
    transform: translateX(-8700%); }
  :where(.calc-scope) .col-8 .images.active-89 {
    -webkit-transform: translateX(-8800%);
    transform: translateX(-8800%); }
  :where(.calc-scope) .col-8 .images.active-90 {
    -webkit-transform: translateX(-8900%);
    transform: translateX(-8900%); }
  :where(.calc-scope) .col-8 .images.active-91 {
    -webkit-transform: translateX(-9000%);
    transform: translateX(-9000%); }
  :where(.calc-scope) .col-8 .images.active-92 {
    -webkit-transform: translateX(-9100%);
    transform: translateX(-9100%); }
  :where(.calc-scope) .col-8 .images.active-93 {
    -webkit-transform: translateX(-9200%);
    transform: translateX(-9200%); }
  :where(.calc-scope) .col-8 .images.active-94 {
    -webkit-transform: translateX(-9300%);
    transform: translateX(-9300%); }
  :where(.calc-scope) .col-8 .images.active-95 {
    -webkit-transform: translateX(-9400%);
    transform: translateX(-9400%); }
  :where(.calc-scope) .col-8 .images.active-96 {
    -webkit-transform: translateX(-9500%);
    transform: translateX(-9500%); }
  :where(.calc-scope) .col-8 .images.active-97 {
    -webkit-transform: translateX(-9600%);
    transform: translateX(-9600%); }
  :where(.calc-scope) .col-8 .images.active-98 {
    -webkit-transform: translateX(-9700%);
    transform: translateX(-9700%); }

:where(.calc-scope) .atm01-header-v3__wrapper .col {
  padding-left: 5vw;
  border-left: solid #00DC78 4px;
  margin-bottom: 40px; }
  :where(.calc-scope) .atm01-header-v3__wrapper .col h2 {
    font-size: 32px;
    line-height: 36px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .atm01-header-v3__wrapper .col h2 {
        font-size: 24px;
        line-height: 28px; } }
  :where(.calc-scope) .atm01-header-v3__wrapper .col .subhead {
    font-size: 20px;
    line-height: 32px;
    margin-top: 6px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .atm01-header-v3__wrapper .col .subhead {
        font-size: 16px;
        line-height: 24px; } }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .atm01-header-v3__wrapper .col {
    padding-left: 0;
    margin-bottom: 20px;
    border-left: solid transparent 0; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper {
  background-color: #E6E8EA; }
  :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper .atm01-header-v1__wrapper {
    margin-bottom: 40px; }
    :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper .atm01-header-v1__wrapper p {
      margin-top: 10px; }
    @media only screen and (max-width: 769px) {
      :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper .atm01-header-v1__wrapper {
        margin-bottom: 22px; } }
  :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper header {
    text-align: center; }
  :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper p.subhead {
    font-size: calc(16px + 4 * ( (100vw - 769px) / 431));
    line-height: calc(22px + 10 * ( (100vw - 769px) / 431)); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper p.subhead {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper p.subhead {
        font-size: 20px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper p.subhead {
        line-height: 22px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .c-con01-fixed-grid-tiles__wrapper p.subhead {
        line-height: 32px; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__heading {
  color: #000000;
  text-align: center; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__body {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  margin: 0 auto; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile {
  float: left;
  position: relative;
  width: 31%;
  padding-bottom: 31%;
  /* = width for a 1:1 aspect ratio */
  margin: 1.15%;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 105%;
  /* you change this to "contain" if you don't want the images to be cropped */
  transition: all .3s; }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .c-con01-fixed-grid-tiles__tile {
    width: 48%;
    padding-bottom: 48%;
    /* = width for a 1:1 aspect ratio */
    margin: 1%; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile--caret-left:hover::after {
  border-top: 15px solid #0072CE; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile--caret-left::after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0%;
  transform: rotate(90deg);
  top: 80%;
  margin-left: -22px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
  clear: both;
  transition: .3s; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__title {
  position: absolute;
  width: 100%;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw; }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .c-con01-fixed-grid-tiles__title {
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__title h4, :where(.calc-scope) .c-con01-fixed-grid-tiles__title .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .c-con01-fixed-grid-tiles__title h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #185AE5; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .c-con01-fixed-grid-tiles__title h4, :where(.calc-scope) .c-con01-fixed-grid-tiles__title .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .c-con01-fixed-grid-tiles__title h3 {
      font-size: 15px;
      line-height: 18px; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__cta {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 2vw;
  letter-spacing: 1px;
  font-weight: bold; }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .c-con01-fixed-grid-tiles__cta {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
    letter-spacing: 0px; }
  :where(.calc-scope) .c-con01-fixed-grid-tiles__cta p {
    font-size: 0; } }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile .c-con01-fixed-grid-tiles__cta p {
  color: #0072CE;
  font-weight: bold;
  text-transform: capitalize; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile .c-con01-fixed-grid-tiles__cta svg {
  vertical-align: middle;
  margin-left: 4px; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__cta svg polyline, :where(.calc-scope) .c-con01-fixed-grid-tiles__cta svg path {
  stroke: #0072CE;
  color: #0072CE; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover {
  background-color: #0072CE; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover h4, :where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .c-con01-fixed-grid-tiles__tile:hover h3 {
  color: #FFFFFF; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover .c-con01-fixed-grid-tiles__cta p {
  color: #FFFFFF; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover .c-con01-fixed-grid-tiles__cta svg polyline {
  stroke: #FFFFFF; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile:hover .c-con01-fixed-grid-tiles__cta svg path {
  stroke: #FFFFFF; }

:where(.calc-scope) .tile--red:hover .c-con01-fixed-grid-tiles__cta p {
  color: #0072CE; }

:where(.calc-scope) .tile--red:hover .c-con01-fixed-grid-tiles__cta svg polyline {
  stroke: #0072CE; }

:where(.calc-scope) .tile--red:hover .c-con01-fixed-grid-tiles__cta svg path {
  stroke: #0072CE; }

:where(.calc-scope) .tile--red h4, :where(.calc-scope) .tile--red .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .tile--red h3, :where(.calc-scope) .tile--red .c-con01-fixed-grid-tiles__cta p, :where(.calc-scope) .tile--red .c-con01-fixed-grid-tiles__cta svg polyline, :where(.calc-scope) .tile--red .c-con01-fixed-grid-tiles__cta svg path {
  color: #FFFFFF;
  stroke: #FFFFFF; }

:where(.calc-scope) .tile--red {
  background-color: #0072CE; }

:where(.calc-scope) .tile--red:hover {
  background-color: #FFFFFF; }

:where(.calc-scope) .tile--red:hover h4, :where(.calc-scope) .tile--red:hover .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .tile--red:hover h3 {
  color: #000000; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile--caret-right:hover::after {
  border-top: 15px solid #0072CE; }

:where(.calc-scope) .c-con01-fixed-grid-tiles__tile--caret-right::after {
  content: '';
  z-index: 2;
  position: absolute;
  right: 0%;
  transform: rotate(-90deg);
  top: 80%;
  margin-right: -22px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
  clear: both;
  transition: .3s; }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .c-con01-fixed-grid-tiles__tile--caret-right::after {
    display: none; } }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .tile--hide {
    display: none; } }

:where(.calc-scope) .band.con19-blog-landing-header {
  background: #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 400px, #eeeeee 400px); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .band.con19-blog-landing-header {
      background: linear-gradient(180deg, #FFFFFF 35%, #eeeeee 35%); } }

:where(.calc-scope) .det15-card-executive-bio, :where(.calc-scope) .det15-card-bio {
  width: 30%;
  margin-right: 1%;
  margin-bottom: 3.75rem;
  max-width: 330px;
  border-bottom: 5px solid #0072CE;
  padding-bottom: 16px;
  display: inline-block;
  vertical-align: top; }
  @supports (display: grid) {
    :where(.calc-scope) .det15-card-executive-bio, :where(.calc-scope) .det15-card-bio {
      width: 100%;
      margin: 0; } }
  :where(.calc-scope) .det15-card-executive-bio h3, :where(.calc-scope) .det15-card-bio h3 {
    color: #0072CE;
    font-size: 20px;
    line-height: 26px;
    margin: 18px 0 4px 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det15-card-executive-bio h3, :where(.calc-scope) .det15-card-bio h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0; } }
  :where(.calc-scope) .det15-card-executive-bio .title, :where(.calc-scope) .det15-card-bio .title {
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    color: #000000; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det15-card-executive-bio .title, :where(.calc-scope) .det15-card-bio .title {
        font-size: 13px;
        line-height: 20px; } }
  :where(.calc-scope) .det15-card-executive-bio img, :where(.calc-scope) .det15-card-bio img {
    width: 100%;
    height: auto;
    display: block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  :where(.calc-scope) .con08-biography-filter .chosen-container .chosen-search-input {
    display: none; } }

:where(.calc-scope) .con08-biography-filter select.form-dropdown {
  min-height: 46px; }

:where(.calc-scope) .con08-biography-filter select.form-dropdown {
  width: 100%;
  max-width: 400px;
  appearance: textfield;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  padding: 12px 30px 12px 24px;
  background: #ffffff;
  color: #0072CE;
  box-shadow: none;
  position: relative;
  background: #ffffff url(toplib/resources/vectors/carot-down.svg) right 18px center no-repeat;
  -webkit-appearance: textfield;
  /* Re-style Chosen.js dropdowns */ }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown:focus {
    outline: 2px solid #0072CE; }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown + label {
    display: none; }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-single {
    height: 50px;
    background: none;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 100%;
    padding: 12px 30px 12px 20px;
    color: #0072CE;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    box-shadow: none; }
    :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-single * {
      font-weight: bold;
      font-weight: 700; }
    :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-single:after {
      content: "";
      height: 10px;
      width: 6px;
      background: transparent url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: center center;
      transition: transform 150ms ease-in; }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-with-drop .chosen-single:after {
    transform: translateY(-50%) rotate(-90deg); }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results li {
    padding: 20px;
    height: 60px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    transition: background 200ms ease-out;
    color: #000000;
    border-bottom: 1px solid #aaaaaa; }
    :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results li:first-child {
      border-top: 1px solid #aaaaaa; }
    :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results li:hover, :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results li.highlighted {
      background: #eeeeee; }
    :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results li.result-selected {
      font-weight: 700; }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-drop {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    padding: 0; }
  :where(.calc-scope) .con08-biography-filter select.form-dropdown ~ .chosen-container .chosen-results {
    padding: 0;
    margin: 0; }

:where(.calc-scope) .con08-biography-filter h2 {
  margin: 0 0 20px; }

:where(.calc-scope) .con08-biography-filter form.filter {
  margin-bottom: -20px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con08-biography-filter form.filter {
      margin: 0 0 20px; } }
  :where(.calc-scope) .con08-biography-filter form.filter label:not(.hide) {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  :where(.calc-scope) .con08-biography-filter form.filter fieldset {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con08-biography-filter form.filter fieldset {
        display: block;
        width: 100%;
        margin: 12px 0 0; } }

:where(.calc-scope) .con08-biography-filter .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) .con08-biography-filter .items {
      padding-top: 20px; } }
  :where(.calc-scope) .con08-biography-filter .items .item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 10px;
    margin-bottom: 40px;
    /* 2 items per row default */
    width: calc(100% / 2 - 20px);
    min-width: calc(100% / 2 - 20px);
    max-width: calc(100% / 2);
    /* 3 items per row ~ tablet */
    /* 4 items per row ~ xlarge */ }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .con08-biography-filter .items .item {
        margin-top: 80px;
        margin-bottom: 10px;
        width: calc(100% / 3 - 40px);
        min-width: calc(100% / 3 - 40px);
        max-width: calc(100% / 3); } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .con08-biography-filter .items .item {
        width: calc(100% / 4 - 40px);
        max-width: calc(100% / 4 - 40px);
        min-width: calc(100% / 4 - 40px); } }
    :where(.calc-scope) .con08-biography-filter .items .item picture {
      /* force reflow in  IE; prevents large bottom space on img */
      min-height: 1%; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  :where(.calc-scope) .con08-biography-filter .chosen-container input.chosen-search-input {
    display: none; } }

:where(.calc-scope) .three .item {
  /* margin-bottom: 80px; */
  width: calc(33.33333% - 40px) !important;
  min-width: calc(33.33333% - 40px) !important;
  max-width: 33.33333% !important; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .three .item {
      width: calc(50% - 40px) !important;
      min-width: calc(50% - 40px) !important;
      max-width: 50% !important; } }

:where(.calc-scope) #news-media main {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
  :where(.calc-scope) #news-media main .con18-article-feed {
    width: 100%; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) #news-media main .con18-article-feed {
        padding-right: 5rem; } }

:where(.calc-scope) #news-media .chosen-container {
  min-width: 160px; }
  @media screen and (min-width: 992px) {
    :where(.calc-scope) #news-media .chosen-container {
      min-width: 125px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) #news-media .chosen-container {
      min-width: 160px; } }

:where(.calc-scope) .no-result {
  padding: 0; }
  :where(.calc-scope) .no-result h3, :where(.calc-scope) .no-result h2 {
    font-weight: 700;
    font-size: 24px; }
  :where(.calc-scope) .no-result h2 {
    line-height: 2.25rem; }

:where(.calc-scope) .con18-article-feed {
  min-width: 300px; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .con18-article-feed {
      width:   "100%";
      display:  block; } }
  :where(.calc-scope) .con18-article-feed .loader {
    border: 10px solid #EEEEEE;
    border-top: 10px solid #0072CE;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto; }
  :where(.calc-scope) .con18-article-feed .c-button {
    margin: 3.125rem auto 0;
    display: inline-block;
    position: relative;
    left: 40%; }
    @supports (max-width: max-content) {
      :where(.calc-scope) .con18-article-feed .c-button {
        display: block;
        left: 0;
        max-width: max-content;
        width: intrinsic;
        /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content;
        width: -webkit-max-content; } }
  :where(.calc-scope) .con18-article-feed .item {
    border-bottom: 1px solid #A9B3BD;
    padding: 2.5rem 0;
    font-size: 0; }
    :where(.calc-scope) .con18-article-feed .item.row {
      margin-bottom: 0; }
    :where(.calc-scope) .con18-article-feed .item:first-child {
      padding-top: 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con18-article-feed .item {
        padding: 1.5rem 0; } }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .con18-article-feed .item .article-info {
        padding-left: 3.125rem; }
        :where(.calc-scope) .con18-article-feed .item .article-info picture img {
          display: none; } }
    :where(.calc-scope) .con18-article-feed .item .article-image {
      display: none; }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) .con18-article-feed .item .article-image {
          display: block; } }
    :where(.calc-scope) .con18-article-feed .item picture img {
      width: 100%;
      height: auto;
      max-height: 250px; }
    :where(.calc-scope) .con18-article-feed .item picture {
      grid-column: 1;
      grid-row: span 3;
      display: block; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .con18-article-feed .item picture {
          width: 100%;
          grid-row: 3;
          margin-bottom: 0.9375rem; } }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .con18-article-feed .item picture ~ .eyebrow, :where(.calc-scope) .con18-article-feed .item picture ~ h3, :where(.calc-scope) .con18-article-feed .item picture ~ p, :where(.calc-scope) .con18-article-feed .item piocture ~ .domaij {
        grid-column: 2 / span 1; } }
    :where(.calc-scope) .con18-article-feed .item .eyebrow {
      display: block;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.25rem;
      color: #000000;
      margin-bottom: 0.1875rem;
      width: 100%; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .con18-article-feed .item .eyebrow {
          font-size: 13px; } }
    :where(.calc-scope) .con18-article-feed .item h3 {
      margin: 0 0 15px 0; }
    :where(.calc-scope) .con18-article-feed .item h3 a {
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .con18-article-feed .item h3 a {
          font-size: 20px; } }
      :where(.calc-scope) .con18-article-feed .item h3 a.external:after {
        content: "";
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1ch;
        background-image: url(toplib/resources/vectors/link-out.svg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 1ch;
        height: 1em;
        margin-top: -8px; }
    :where(.calc-scope) .con18-article-feed .item .domain {
      display: block;
      font-size: 14px;
      line-height: 1.25rem;
      font-weight: bold;
      color: #0072CE;
      margin: 0 0 1.25rem 0; }
    :where(.calc-scope) .con18-article-feed .item p {
      font-size: 14px;
      line-height: 26px; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .con18-article-feed .item p {
          font-size: 13px; } }

:where(.calc-scope) .con15-media-filter {
  margin-bottom: 3.125rem;
  margin-top: 1.75rem; }
  :where(.calc-scope) .con15-media-filter fieldset {
    display: block;
    padding: 7px 0 0 0; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .con15-media-filter fieldset {
        display: inline-block;
        padding: 0 0 0 7px; } }
    @supports (display: grid) {
      :where(.calc-scope) .con15-media-filter fieldset {
        padding: 0; } }
    @media screen and (device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
      :where(.calc-scope) .con15-media-filter fieldset:nth-of-type(1) .form-dropdown-filter + .chosen-container .chosen-single {
        width: 97%; }
      :where(.calc-scope) .con15-media-filter fieldset.month-filter .form-dropdown-filter + .chosen-container .chosen-single {
        width: 95%; } }
  @supports (display: grid) {
    :where(.calc-scope) .con15-media-filter {
      display: grid;
      grid-template-columns: min-content;
      grid-auto-columns: min-content;
      grid-auto-flow: column;
      align-items: center;
      grid-gap: 0.625rem; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con15-media-filter {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, min-content);
      grid-gap: 0.625rem; }
      :where(.calc-scope) .con15-media-filter label {
        grid-column: span 2; }
      :where(.calc-scope) .con15-media-filter fieldset {
        display: block; }
        :where(.calc-scope) .con15-media-filter fieldset:nth-of-type(1) {
          grid-column: span 2; } }
  :where(.calc-scope) .con15-media-filter label {
    font-weight: bold;
    color: #000000;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  :where(.calc-scope) .con15-media-filter .select2-container {
    min-width: 160px; }

:where(.calc-scope) select.form-dropdown-filter {
  width: 100%;
  appearance: textfield;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  padding: 0.75rem 1.875rem 0.75rem 1.5rem;
  background: #FFFFFF;
  color: #0072CE;
  box-shadow: none;
  position: relative;
  background: #FFFFFF url(toplib/resources/vectors/carot-down.svg) right 18px center no-repeat;
  /* Re-style Chosen.js dropdowns */ }
  @media screen and (max-width: 769px) and (orientation: potrait) {
    :where(.calc-scope) select.form-dropdown-filter {
      max-width: 400px; } }
  :where(.calc-scope) select.form-dropdown-filter:focus {
    outline: 2px solid #0072CE; }
  :where(.calc-scope) select.form-dropdown-filter + label {
    display: none; }
  :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-single {
    height: 50px;
    background: none;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    width: 100%;
    padding: 0.75rem 1.875rem 0.75rem 1.25rem;
    color: #0072CE;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.625rem;
    box-shadow: none; }
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-single * {
      font-weight: bold;
      font-weight: 700; }
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-single:after {
      content: "";
      height: 10px;
      width: 6px;
      background: transparent url(toplib/resources/vectors/blue-carot.svg) center center no-repeat;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: center center;
      transition: transform 150ms ease-in; }
  :where(.calc-scope) select.form-dropdown-filter ~ .chosen-with-drop .chosen-single:after {
    transform: translateY(-50%) rotate(-90deg); }
  :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li {
    padding: 1.25rem;
    height: 59px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    transition: background 200ms ease-out;
    color: #000000;
    border-bottom: 1px solid #AAAAAA; }
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li:first-child {
      border-top: 1px solid #AAAAAA; }
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li:hover, :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li.highlighted {
      background: #EEEEEE; }
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results li.result-selected {
      font-weight: 700; }
  :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-drop {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    padding: 0; }
  :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-results {
    padding: 0;
    margin: 0; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-search-input {
      display: none; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :where(.calc-scope) select.form-dropdown-filter ~ .chosen-container .chosen-search-input {
      display: none; } }

:where(.calc-scope) .nav04-header-tabs {
  padding: 70px 0 0;
  /* Setting up the show/hide */ }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav04-header-tabs {
      padding-top: 30px; } }
  :where(.calc-scope) .nav04-header-tabs.ready ~ .band.white {
    border-top: none; }
  :where(.calc-scope) .nav04-header-tabs nav {
    position: sticky;
    top: 0;
    margin-top: 50px;
    background: #EEEEEE; }
    .calc-scope.no-js .nav04-header-tabs nav {
      display: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .nav04-header-tabs nav {
        margin-top: 25px;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    :where(.calc-scope) .nav04-header-tabs nav .band-content {
      display: flex;
      padding: 0;
      margin: 0 auto;
      max-width: 1024px;
      width: 100%; }
      @media screen and (max-width: 1440px) {
        :where(.calc-scope) .nav04-header-tabs nav .band-content {
          padding: 0; } }
      @media screen and (max-width: 1280px) {
        :where(.calc-scope) .nav04-header-tabs nav .band-content {
          width: 100vw;
          padding: 0 2.8vw; } }
      @media screen and (max-width: 1024px) {
        :where(.calc-scope) .nav04-header-tabs nav .band-content {
          width: 100vw;
          padding: 0 10vw; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .nav04-header-tabs nav .band-content {
          padding: 0 5vw; } }
    :where(.calc-scope) .nav04-header-tabs nav a {
      font-size: 14px;
      line-height: 20px;
      color: #0072CE;
      font-weight: bold;
      padding: 20px 0 16px;
      display: inline-block;
      margin-right: 30px;
      border-bottom: 4px solid transparent;
      flex-shrink: 0; }
      :where(.calc-scope) .nav04-header-tabs nav a.active {
        color: #000000;
        border-bottom: 4px solid #0072CE; }
  :where(.calc-scope) .nav04-header-tabs ~ .band.ready {
    display: none;
    padding-top: 30px; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .nav04-header-tabs ~ .band.ready {
        padding-top: 70px; } }
    :where(.calc-scope) .nav04-header-tabs ~ .band.ready.cq-Editable-dom {
      display: block; }
    :where(.calc-scope) .nav04-header-tabs ~ .band.ready.active {
      display: block; }
      :where(.calc-scope) .nav04-header-tabs ~ .band.ready.active .band-content {
        opacity: 1; }
    :where(.calc-scope) .nav04-header-tabs ~ .band.ready .band-content {
      transition: all 1s ease;
      opacity: 0; }

/* Authoring issue fixed */
:where(.calc-scope) .nav04-header-tabs ~ .band.ready.cq-Editable-dom .band > .band-content {
  opacity: 1; }

@media screen and (max-width: 1300px) {
  :where(.calc-scope) .nav04-header-tabs .band-content {
    padding: 0 10vw;
    margin: 0; }
  :where(.calc-scope) .nav04-header-tabs nav .band-content {
    padding: 0 10vw;
    margin: 0; } }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .nav04-header-tabs .band-content {
    padding: 0 5vw; }
  :where(.calc-scope) .nav04-header-tabs nav .band-content {
    padding: 0 5vw; } }

:where(.calc-scope) .navHeaderTabs .band .str03-gallery-image .band-content {
  max-width: 1024px;
  margin-left: auto; }
  :where(.calc-scope) .navHeaderTabs .band .str03-gallery-image .band-content .images {
    padding-left: 0; }

:where(.calc-scope) .navHeaderTabs .band .band {
  padding: 0; }

:where(.calc-scope) .navHeaderTabs .columnControl {
  max-width: calc(1024px + 40px);
  margin: 0 auto; }
  :where(.calc-scope) .navHeaderTabs .columnControl [class*=col-] {
    padding: 0; }

:where(.calc-scope) .navHeaderTabs .rightRailRte {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .navHeaderTabs .rightRailRte {
      margin-top: 11rem; } }

:where(.calc-scope) .navHeaderTabs .articleFilter.section {
  padding: 0; }
  @media screen and (min-width: 1300px) {
    :where(.calc-scope) .navHeaderTabs .articleFilter.section {
      padding: 0 0 0 20px; } }

:where(.calc-scope) .det23-article-header .eyebrow {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 16px;
  display: block; }

:where(.calc-scope) .det23-article-header .author {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  display: block;
  margin-top: 24px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det23-article-header .author {
      margin-top: 28px; } }

:where(.calc-scope) .det23-article-header .revision {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px; }

:where(.calc-scope) .det23-article-header .intro {
  margin: 10px 0 0; }
  :where(.calc-scope) .det23-article-header .intro p {
    margin-bottom: 1em; }
    :where(.calc-scope) .det23-article-header .intro p:last-child {
      margin-bottom: 0; }

:where(.calc-scope) .det23-article-header .caption {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px; }

:where(.calc-scope) .articleHeader + .anchorNavigation .feature-flag > .band {
  padding-top: 0; }

:where(.calc-scope) .det23-article article .body {
  grid-column: span 1; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det23-article article .body {
      grid-column: span 1; } }
  :where(.calc-scope) .det23-article article .body p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px; }
  :where(.calc-scope) .det23-article article .body a {
    font-size: 18px;
    line-height: 32px; }

:where(.calc-scope) .det23-article article header {
  padding-bottom: 15px;
  margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det23-article article header {
      padding-bottom: 41px; } }

:where(.calc-scope) .det23-article article .inner-nav-wrapper {
  margin-top: 0; }

@supports (display: grid) {
  :where(.calc-scope) .det23-article article {
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-auto-flow: row;
    justify-content: start;
    grid-gap: 50px 104px; }
    @media print {
      :where(.calc-scope) .det23-article article {
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det23-article article {
        grid-template-columns: 1fr; } }
    :where(.calc-scope) .det23-article article header {
      text-align: left;
      grid-column: span 2;
      margin: 0; }
    :where(.calc-scope) .det23-article article .body {
      grid-column: span 1; } }

:where(.calc-scope) .band.white.det23-article {
  padding: 91px 10vw 40px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .band.white.det23-article {
      padding: 43px 5vw 0; }
      :where(.calc-scope) .band.white.det23-article header.det23-article-header {
        padding-bottom: 0; } }

:where(.calc-scope) .nav03-feature-link-list.band.white {
  border-bottom: 1px solid #A9B3BD; }

:where(.calc-scope) .nav03-feature-link-list h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav03-feature-link-list h2 {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 0;
      margin-top: 30px; } }

:where(.calc-scope) .nav03-feature-link-list section:first-child h2 {
  margin: 0 0 14px; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .nav03-feature-link-list section:first-child h2 {
      margin-bottom: 33px; } }

:where(.calc-scope) .nav03-feature-link-list section:first-child a img, :where(.calc-scope) .nav03-feature-link-list section:first-child a span {
  display: block; }

:where(.calc-scope) .nav03-feature-link-list section:first-child a {
  font-size: 24px;
  line-height: 30px;
  color: #0072CE;
  font-family: Gilroy, "Arial Black", sans-serif; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav03-feature-link-list section:first-child a {
      font-size: 20px;
      line-height: 24px; } }
  :where(.calc-scope) .nav03-feature-link-list section:first-child a span {
    margin-top: 15px; }

:where(.calc-scope) .nav03-feature-link-list section:first-child img {
  max-width: 328px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav03-feature-link-list section:first-child img {
      max-width: 100%;
      width: 100%; } }

:where(.calc-scope) .nav03-feature-link-list section:last-child a:first-child {
  padding-top: 20px; }

:where(.calc-scope) .nav03-feature-link-list section:last-child a {
  border-bottom: 1px solid #A9B3BD;
  display: block;
  padding: 24px 30px 24px 1px;
  font-family: Gilroy, "Arial Black", sans-serif;
  font-size: 18px;
  line-height: 24px;
  background: transparent url(toplib/resources/vectors/hyperlink-arrow-positive.svg) right center no-repeat;
  background-size: 18px 10px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .nav03-feature-link-list section:last-child a {
      font-size: 16px;
      line-height: 22px;
      padding: 24px 30px 24px 1px; } }

:where(.calc-scope) .nav03-feature-link-list section:last-child a:last-child {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 24px; }

@media screen and (min-width: 769px) {
  :where(.calc-scope) .nav03-feature-link-list section {
    display: inline-block;
    vertical-align: top;
    letter-spacing: auto; }
    :where(.calc-scope) .nav03-feature-link-list section:first-child {
      max-width: 328px; }
    :where(.calc-scope) .nav03-feature-link-list section:last-child {
      width: calc(100% - 328px - 104px);
      margin-left: 104px; }
  :where(.calc-scope) .nav03-feature-link-list .band-content {
    letter-spacing: 0;
    font-size: 0; } }

:where(.calc-scope) #card-related-full-width-video-player-container #card-related-full-width-video-player-S7 {
  width: 80vw;
  height: 45vw; }

:where(.calc-scope) #card-related-full-width-video-player-container #card-related-full-width-video-player-S7 video {
  width: 100%;
  height: 100%; }

:where(.calc-scope) .multimedia-page {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .multimedia-page {
      width: 100%;
      display: block; } }
  :where(.calc-scope) .multimedia-page a {
    width: 100%;
    height: 100%;
    min-height: 258px; }
    :where(.calc-scope) .multimedia-page a .title {
      display: none; }
  :where(.calc-scope) .multimedia-page img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0; }
  :where(.calc-scope) .multimedia-page a {
    position: relative;
    display: block; }
    :where(.calc-scope) .multimedia-page a:hover:before {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px 10px rgba(0, 0, 0, 0.4); }

:where(.calc-scope) .det29-product-technical-specs .det04-card-related-full-width {
  box-shadow: none; }

:where(.calc-scope) .det04-card-related-full-width {
  font-size: 0;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  min-height: 258px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det04-card-related-full-width {
      box-shadow: none;
      min-height: 0; } }
  :where(.calc-scope) .det04-card-related-full-width .multimedia {
    display: inline-block;
    width: 49%;
    vertical-align: middle; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det04-card-related-full-width .multimedia {
        width: 100%;
        display: block; } }
    :where(.calc-scope) .det04-card-related-full-width .multimedia a {
      width: 100%;
      height: 100%;
      min-height: 273px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det04-card-related-full-width .multimedia a {
          min-height: 173px; } }
      :where(.calc-scope) .det04-card-related-full-width .multimedia a .title {
        display: none; }
    :where(.calc-scope) .det04-card-related-full-width .multimedia img {
      height: 100%;
      width: 100%;
      position: absolute;
      object-fit: cover;
      left: 0;
      top: 0; }
    :where(.calc-scope) .det04-card-related-full-width .multimedia a {
      position: relative;
      display: block; }
      :where(.calc-scope) .det04-card-related-full-width .multimedia a:before {
        content: "";
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        pointer-events: none;
        background: white url(toplib/resources/vectors/play-arrow.svg) 54% center no-repeat;
        background-size: 14px auto;
        border-radius: 50%;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
        transition: all 400ms ease; }
      :where(.calc-scope) .det04-card-related-full-width .multimedia a:hover:before {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7), 0 0 30px 10px rgba(0, 0, 0, 0.4); }
  :where(.calc-scope) .det04-card-related-full-width .text {
    display: inline-block;
    width: 51%;
    height: 100%;
    background: #FFFFFF;
    vertical-align: middle;
    margin: 0;
    padding: 0 50px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det04-card-related-full-width .text {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0; } }
    :where(.calc-scope) .det04-card-related-full-width .text h3 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 11px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det04-card-related-full-width .text h3 {
          color: #0072CE; } }
    :where(.calc-scope) .det04-card-related-full-width .text p {
      margin-bottom: 14px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det04-card-related-full-width .text p {
          display: none; } }
    :where(.calc-scope) .det04-card-related-full-width .text .cta {
      font-weight: bold;
      font-size: 14px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det04-card-related-full-width .text .cta {
          display: none; } }
  @supports (display: grid) {
    :where(.calc-scope) .det04-card-related-full-width {
      display: grid;
      grid-template-columns: 49% 51%; }
      :where(.calc-scope) .det04-card-related-full-width .multimedia, :where(.calc-scope) .det04-card-related-full-width .text {
        display: block;
        width: 100%; }
      :where(.calc-scope) .det04-card-related-full-width .text {
        padding: 40px 50px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det04-card-related-full-width {
          grid-template-columns: 1fr; }
          :where(.calc-scope) .det04-card-related-full-width .text {
            padding: 20px 20px 20px 0; } } }

:where(.calc-scope) #card-related-full-width-video-player-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 101;
  background: #000000;
  display: none; }

:where(.calc-scope) #card-related-full-width-video-player-container.active + #card-related-full-width-video-player-curtain {
  display: block; }

:where(.calc-scope) #card-related-full-width-video-player-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 105;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  :where(.calc-scope) #card-related-full-width-video-player-container.active {
    display: flex; }
  :where(.calc-scope) #card-related-full-width-video-player-container button {
    display: block;
    text-align: right;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 24px 74vw; }
    :where(.calc-scope) #card-related-full-width-video-player-container button:after {
      content: " X";
      font-weight: normal; }
  :where(.calc-scope) #card-related-full-width-video-player-container #card-related-full-width-video-player {
    width: 80vw;
    height: 45vw; }

:where(.calc-scope) .rightRailRte {
  grid-column-start: 2;
  min-width: 300px; }
  :where(.calc-scope) .rightRailRte .det16-rich-text-field h3 {
    border: none !important; }
  :where(.calc-scope) .rightRailRte .con17-right-rail-rte {
    border-top: 5px solid #00DC78;
    padding-top: 15px; }
    :where(.calc-scope) .rightRailRte .con17-right-rail-rte h3:first-child {
      font-size: 20px;
      line-height: 26px;
      border-bottom: 1px solid #A9B3BD;
      padding-bottom: 13px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .rightRailRte .con17-right-rail-rte h3:first-child {
          font-size: 18px;
          line-height: 24px; } }
  :where(.calc-scope) .rightRailRte p {
    font-size: 16px;
    line-height: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .rightRailRte p {
        font-size: 14px;
        line-height: 26px; } }
  :where(.calc-scope) .rightRailRte .download-link a, :where(.calc-scope) .rightRailRte .print {
    font-size: 16px;
    font-weight: bold; }
    :where(.calc-scope) .rightRailRte .download-link a:after, :where(.calc-scope) .rightRailRte .print:after {
      content: "";
      background: url(toplib/resources/vectors/download-icon.svg) center center no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1ch; }
    :where(.calc-scope) .rightRailRte .download-link a.print:after, :where(.calc-scope) .rightRailRte .print.print:after {
      background: url(toplib/resources/vectors/print-icon.svg) center center no-repeat;
      width: 16px; }
  :where(.calc-scope) .rightRailRte a span.download-link {
    font-size: 16px;
    font-weight: bold; }
    :where(.calc-scope) .rightRailRte a span.download-link:after {
      content: "";
      background: url(toplib/resources/vectors/download-icon.svg) center center no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1ch; }
  :where(.calc-scope) .rightRailRte .band.det16-rich-text-field {
    padding: 0; }

:where(.calc-scope) .con16-right-rail-links {
  border-top: 5px solid #00DC78;
  padding-top: 15px;
  grid-column-start: 2; }
  :where(.calc-scope) .con16-right-rail-links h3:first-child {
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #A9B3BD;
    padding-bottom: 13px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con16-right-rail-links h3:first-child {
        font-size: 18px;
        line-height: 24px; } }
  :where(.calc-scope) .con16-right-rail-links li {
    border-bottom: 1px solid #A9B3BD;
    padding: 25px 0; }
    :where(.calc-scope) .con16-right-rail-links li a + span {
      display: inline-block;
      margin-top: 5px;
      color: #000000;
      font-weight: 700; }
  :where(.calc-scope) .con16-right-rail-links a {
    font-family: Gilroy, "Arial Black", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    display: block;
    padding-right: 25px; }
    :where(.calc-scope) .con16-right-rail-links a.external {
      background: transparent url(toplib/resources/vectors/link-out.svg) center right no-repeat; }
    :where(.calc-scope) .con16-right-rail-links a.internal {
      background: transparent url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center right no-repeat; }

:where(.calc-scope) .con16-right-rail-links .eyebrow {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  width: 100%; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .con16-right-rail-links .eyebrow {
      font-size: 13px; } }

:where(.calc-scope) .con16-right-rail-links li:last-child {
  border: 0; }

:where(.calc-scope) .con16-right-rail-links a.external {
  background: transparent url(toplib/resources/vectors/link-out.svg) center right no-repeat; }

:where(.calc-scope) .con16-right-rail-links a.internal {
  background: transparent url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center right no-repeat; }

:where(.calc-scope) .col-1 {
  width: 8.33%; }

:where(.calc-scope) .col-2 {
  width: 16.66%; }

:where(.calc-scope) .col-3 {
  width: 25%; }

:where(.calc-scope) .col-4 {
  width: 33.33%; }

:where(.calc-scope) .col-5 {
  width: 41.66%; }

:where(.calc-scope) .col-6 {
  width: 50%; }

:where(.calc-scope) .col-7 {
  width: 58.33%; }

:where(.calc-scope) .col-8 {
  width: 66.66%; }

:where(.calc-scope) .col-9 {
  width: 75%; }

:where(.calc-scope) .col-10 {
  width: 83.33%; }

:where(.calc-scope) .col-11 {
  width: 91.66%; }

:where(.calc-scope) .col-12 {
  width: 100%; }

:where(.calc-scope) [class*='col-'] {
  float: left;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    :where(.calc-scope) [class*='col-'] {
      float: none; } }

@media screen and (max-width: 767px) {
  :where(.calc-scope) .col-1, :where(.calc-scope) .col-2, :where(.calc-scope) .col-3, :where(.calc-scope) .col-4, :where(.calc-scope) .col-5, :where(.calc-scope) .col-6, :where(.calc-scope) .col-7, :where(.calc-scope) .col-8, :where(.calc-scope) .col-9, :where(.calc-scope) .col-10, :where(.calc-scope) .col-11, :where(.calc-scope) .col-12 {
    width: 100%; } }

:where(.calc-scope) .column-control {
  clear: both; }
  :where(.calc-scope) .column-control:after {
    content: "";
    clear: both;
    display: table; }
  :where(.calc-scope) .column-control.band {
    padding: 0 10vw 64px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .column-control.band {
        padding: 0 5vw; } }
  :where(.calc-scope) .column-control [class*='col-'] .band {
    padding: 0; }

:where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn .band.view-mode {
  padding: 0 10vw 0; }
  :where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn .band.view-mode .col-8, :where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn .band.view-mode .col-4 {
    padding-bottom: 0;
    padding-top: 0; }
    :where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn .band.view-mode .col-8 > div:empty, :where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn .band.view-mode .col-4 > div:empty {
      padding: 0; }

:where(.calc-scope) .articleHeader + .columnControl.aem-GridColumn ~ .responsivegrid.aem-GridColumn .band {
  padding-top: 0; }

:where(.calc-scope) hr.border-gray {
  border-bottom: 1px solid #A9B3BD;
  width: 100%;
  margin: 0; }

:where(.calc-scope) a.back-to-top {
  display: none;
  width: 120px;
  padding-bottom: 40px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  color: #0072CE;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
  line-height: 20px;
  text-align: center;
  transition: opacity .2s .2s ease-in;
  background: transparent url(toplib/resources/vectors/back-to-top.svg) center bottom no-repeat; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) a.back-to-top {
      display: block; } }
  :where(.calc-scope) a.back-to-top:hover {
    text-decoration: underline; }

@media (min-width: 600px) {
  :where(.calc-scope) .parsys_column {
    margin: 0; }
  :where(.calc-scope) .cq-colctrl-lt0-c0, :where(.calc-scope) .cq-colctrl-lt0-c1 {
    float: left;
    width: 48%; }
  :where(.calc-scope) .cq-colctrl-lt0-c0 {
    margin-right: 2%; }
  :where(.calc-scope) .bgdss-contactForm {
    padding: 2% 5.8%;
    line-height: 2.5rem;
    font-family: 'helvetica', helvetica, sans-serif;
    color: #000000;
    font-size: 15px;
    width: 70%; } }

@media (max-width: 991px) {
  :where(.calc-scope) .bgdss-contactForm {
    width: 90%; }
  :where(.calc-scope) select {
    width: 90%;
    height: 25px; } }

:where(.calc-scope) input, :where(.calc-scope) textarea {
  width: 100%; }

:where(.calc-scope) select {
  width: 40%;
  height: 30px;
  display: block; }

:where(.calc-scope) input[type=submit] {
  width: auto; }

:where(.calc-scope) .bgdss-blackBtn {
  margin-top: 20px; }

:where(.calc-scope) .form_leftcolmark, :where(.calc-scope) .errormessage {
  display: inline-block;
  color: #c6001e;
  line-height: 1.5em;
  margin-left: 2px;
  vertical-align: middle; }
  :where(.calc-scope) .form_leftcolmark .cq-colctrl-lt0-c1, :where(.calc-scope) .errormessage .cq-colctrl-lt0-c1 {
    margin-left: 2%; }

:where(.calc-scope) .bgdss-blackBtn {
  background: #185ee5;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 23px 37px;
  border-radius: 3px;
  line-height: 14px;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

:where(.calc-scope) .str04-compare-image {
  margin-bottom: 1.4375rem; }
  :where(.calc-scope) .str04-compare-image.ready {
    width: auto;
    font-size: 0;
    position: relative;
    user-select: none; }
    :where(.calc-scope) .str04-compare-image.ready picture {
      display: none; }
    :where(.calc-scope) .str04-compare-image.ready li {
      width: 50%;
      height: 100%;
      margin: 0;
      padding: 0;
      user-select: none;
      position: absolute;
      top: 0;
      left: 0;
      background-size: 100vw auto;
      background-repeat: no-repeat;
      background-position: top left;
      z-index: 1; }
      :where(.calc-scope) .str04-compare-image.ready li:last-child {
        left: auto;
        right: 0;
        width: 100%;
        cursor: e-resize;
        z-index: 0;
        background-position: top right; }
      :where(.calc-scope) .str04-compare-image.ready li:first-child {
        border-right: 2px solid white;
        transition: border 240ms ease-in;
        transition-delay: 320ms;
        cursor: w-resize;
        /*    The slider itself */ }
        :where(.calc-scope) .str04-compare-image.ready li:first-child:before {
          content: "";
          width: 18px;
          height: 100%;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          background: url(toplib/resources/vectors/slider.svg) center center no-repeat;
          cursor: col-resize;
          transform: translateX(50%);
          opacity: 1;
          transition: opacity 240ms ease-in;
          transition-delay: 320ms; }
    :where(.calc-scope) .str04-compare-image.ready li {
      transition: width 300ms ease; }
    :where(.calc-scope) .str04-compare-image.ready:active li {
      transition: width 0ms; }
    :where(.calc-scope) .str04-compare-image.ready:hover li:first-child {
      border-right: 2px solid white;
      transition-delay: 0ms; }
      :where(.calc-scope) .str04-compare-image.ready:hover li:first-child:before {
        opacity: 1;
        transition-delay: 0ms; }
  :where(.calc-scope) .str04-compare-image ~ p.image-caption {
    line-height: 26px;
    margin: 23px 0; }

:where(.calc-scope) .atm01-header-v3__wrapper .col {
  padding-left: 5vw;
  border-left: solid #00DC78 4px;
  margin-bottom: 40px; }
  :where(.calc-scope) .atm01-header-v3__wrapper .col h2 {
    font-size: 32px;
    line-height: 36px;
    word-wrap: break-word; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .atm01-header-v3__wrapper .col h2 {
        font-size: 24px;
        line-height: 28px; } }
  :where(.calc-scope) .atm01-header-v3__wrapper .col .subhead {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .atm01-header-v3__wrapper .col .subhead {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; } }

@media only screen and (max-width: 769px) {
  :where(.calc-scope) .atm01-header-v3__wrapper .col {
    padding-left: 0;
    border-left: solid transparent 0; } }

:where(.calc-scope) .gbl05-light-navigation {
  padding-left: 10vw;
  padding-right: 10vw;
  background: #FFFFFF;
  position: relative;
  margin-top: -65px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .gbl05-light-navigation {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 9;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .gbl05-light-navigation {
      margin-top: -170px; } }
  @supports (display: grid) {
    :where(.calc-scope) .gbl05-light-navigation {
      margin-top: 0; } }
  :where(.calc-scope) .gbl05-light-navigation > .band-content {
    font-size: 0;
    padding: 30px 0; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation > .band-content {
        background: white;
        z-index: 10;
        padding: 0; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .gbl05-light-navigation .band-content {
      max-width: 1024px;
      margin: 0 auto; } }
  :where(.calc-scope) .gbl05-light-navigation .logo {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 46px;
    margin-right: 20px;
    z-index: 5;
    position: relative; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation .logo {
        width: 140px;
        height: 60px;
        display: block;
        position: relative;
        margin: 0;
        background: #FFFFFF;
        display: flex;
        align-content: center; }
        @supports (display: grid) {
          :where(.calc-scope) .gbl05-light-navigation .logo {
            align-items: center;
            margin-top: 25px;
            display: inline-block; } }
        :where(.calc-scope) .gbl05-light-navigation .logo img {
          height: 28px;
          width: 140px;
          margin-top: 15px;
          max-width: 100%; }
        :where(.calc-scope) .gbl05-light-navigation .logo:after {
          content: "";
          border-bottom: 1px solid #A9B3BD;
          width: 100vw;
          position: absolute;
          left: -5vw;
          bottom: 0; } }
    :where(.calc-scope) .gbl05-light-navigation .logo img {
      position: absolute;
      image-rendering: crisp-edges;
      max-width: 100%; }
      @supports (display: grid) {
        :where(.calc-scope) .gbl05-light-navigation .logo img {
          margin-top: 0; } }
  :where(.calc-scope) .gbl05-light-navigation h2 {
    display: inline-block;
    font-size: 17px;
    margin-top: -10px;
    margin-left: 2px;
    position: relative; }
    :where(.calc-scope) .gbl05-light-navigation h2:after {
      content: "";
      border-left: 1px solid #A9B3BD;
      width: 2px;
      height: 32px;
      position: absolute;
      left: -24px;
      top: 10px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation h2 {
        margin-left: 40px;
        margin-top: 8px;
        font-size: 14px; } }
  :where(.calc-scope) .gbl05-light-navigation .header-text {
    display: block;
    position: relative; }
    @media screen and (min-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation .header-text {
        display: inline-block; } }
    :where(.calc-scope) .gbl05-light-navigation .header-text button {
      height: 18px;
      width: 21px;
      font-size: 0;
      outline: none;
      position: absolute;
      right: 0;
      top: 20px; }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .gbl05-light-navigation .header-text button {
          display: none; } }
      :where(.calc-scope) .gbl05-light-navigation .header-text button:before, :where(.calc-scope) .gbl05-light-navigation .header-text button:after {
        content: "";
        display: block;
        transition: 440ms cubic-bezier(0.36, 0.93, 0.8, 1.06);
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform-origin: bottom center; }
      :where(.calc-scope) .gbl05-light-navigation .header-text button:before {
        border-top: 2px solid #0072CE;
        border-bottom: 2px solid #0072CE;
        transform-origin: center; }
      :where(.calc-scope) .gbl05-light-navigation .header-text button:after {
        border-bottom: 2px solid #0072CE;
        transform-origin: center bottom;
        height: 50%;
        margin-top: 1px; }
    :where(.calc-scope) .gbl05-light-navigation .header-text.active button {
      /*  Spin the hamburger into an X  */ }
      :where(.calc-scope) .gbl05-light-navigation .header-text.active button:before {
        transform: translateY(7px) rotate(48deg) scale(0.9);
        height: 0px;
        border-top-width: 2px;
        border-bottom-width: 1px; }
        @supports (display: grid) {
          :where(.calc-scope) .gbl05-light-navigation .header-text.active button:before {
            transform: translateY(7px) rotate(48deg) scale(0.8); } }
      :where(.calc-scope) .gbl05-light-navigation .header-text.active button:after {
        transform: translateY(0) rotate(-48deg) scale(0.9);
        margin: 0; }
        @supports (display: grid) {
          :where(.calc-scope) .gbl05-light-navigation .header-text.active button:after {
            transform: translateY(0) rotate(-48deg) scale(0.8); } }
    :where(.calc-scope) .gbl05-light-navigation .header-text h2 {
      font-size: 18px;
      line-height: 24px;
      border-left: 1px solid #AAAAAA;
      padding: 4px 0 6px 27px;
      display: inline-block;
      vertical-align: top;
      background: #FFFFFF; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .gbl05-light-navigation .header-text h2 {
          font-size: 16px;
          line-height: 22px;
          cursor: pointer;
          border: none;
          height: 60px;
          display: block;
          padding: 0;
          position: relative;
          display: flex;
          align-content: center;
          align-items: center; } }
  :where(.calc-scope) .gbl05-light-navigation .c-button {
    position: absolute;
    transform: scale(0.8);
    right: 30px;
    top: 22px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation .c-button {
        display: none; } }
  :where(.calc-scope) .gbl05-light-navigation a.c-button {
    position: absolute;
    transform: scale(0.8);
    right: 30px;
    top: 22px;
    appearance: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation a.c-button {
        display: none; } }
  :where(.calc-scope) .gbl05-light-navigation nav {
    background: #F0F0F0;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 10vw 18px 10vw;
    z-index: 9; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .gbl05-light-navigation nav {
        position: absolute;
        display: none;
        background: #FFFFFF;
        top: 153px;
        box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
        background: #EEEEEE; }
        :where(.calc-scope) .gbl05-light-navigation nav.active {
          display: block;
          z-index: 10; } }
    :where(.calc-scope) .gbl05-light-navigation nav .band-content {
      display: flex; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .gbl05-light-navigation nav .band-content {
          flex-direction: column; } }
    :where(.calc-scope) .gbl05-light-navigation nav a {
      font-size: 13px;
      line-height: 20px;
      font-family: Gilroy, "Arial Black", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      margin-right: 40px;
      flex-shrink: 1;
      position: relative;
      padding-top: 20px;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .gbl05-light-navigation nav a {
          font-size: 14px;
          line-height: 60px;
          font-weight: normal;
          padding: 0;
          height: 60px; }
          :where(.calc-scope) .gbl05-light-navigation nav a:first-child:before {
            content: "";
            border-top: 1px solid #A9B3BD;
            width: 100vw;
            position: absolute;
            top: 0;
            left: -10vw; } }
      :where(.calc-scope) .gbl05-light-navigation nav a:after {
        content: "";
        border-left: 1px solid #A9B3BD;
        height: 20px;
        width: 1px;
        position: absolute;
        right: -20px;
        bottom: 0; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .gbl05-light-navigation nav a:after {
            border-left: none;
            border-bottom: 1px solid #A9B3BD;
            height: 1px;
            width: 100vw;
            right: auto;
            left: -10vw;
            border-left: 0; } }
      :where(.calc-scope) .gbl05-light-navigation nav a:last-child:after {
        display: none; }
      :where(.calc-scope) .gbl05-light-navigation nav a.active {
        border-top: 4px solid #00DC78; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .gbl05-light-navigation nav a.active {
            border-top: none; } }

:where(.calc-scope) .det34-product-labels {
  border-top: 5px solid #00DC78;
  padding-top: 15px;
  grid-column-start: 2;
  font-size: 12px;
  margin-top: 10px; }
  :where(.calc-scope) .det34-product-labels h3, :where(.calc-scope) .det34-product-labels summary {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 13px;
    font-weight: 700;
    font-family: Gilroy, "Arial Black", sans-serif;
    color: #000000; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det34-product-labels h3, :where(.calc-scope) .det34-product-labels summary {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; } }
  :where(.calc-scope) .det34-product-labels ul {
    margin: 20px 0; }
  :where(.calc-scope) .det34-product-labels li {
    margin-bottom: 20px; }
  :where(.calc-scope) .det34-product-labels .textInfo {
    border-top: solid 1px #a9b3bd;
    padding-top: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det34-product-labels .textInfo {
        padding-top: 17px; } }
  :where(.calc-scope) .det34-product-labels a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    position: relative; }
    :where(.calc-scope) .det34-product-labels a:after {
      content: "";
      background: transparent url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center right no-repeat;
      width: 20px;
      height: 20px;
      margin-left: 8px;
      padding-right: 0;
      background: transparent url(toplib/resources/vectors/hyperlink-arrow-positive.svg) center right no-repeat;
      position: absolute; }
    :where(.calc-scope) .det34-product-labels a.internal:after {
      background-size: 17px 10px;
      margin-bottom: -5px; }
    :where(.calc-scope) .det34-product-labels a.external:after {
      background-image: url(toplib/resources/vectors/link-out.svg);
      margin-bottom: -1px; }
    :where(.calc-scope) .det34-product-labels a.download:after {
      background-image: url(toplib/resources/vectors/download-positive.svg);
      margin-bottom: -2px; }

:where(.calc-scope) .det30-hotspot-image {
  display: block;
  position: relative;
  outline: 1px solid #A9B3BD;
  height: 527px;
  /* The picture tag is what gets the overflow */ }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det30-hotspot-image {
      max-height: 90vh; } }
  :where(.calc-scope) .det30-hotspot-image picture {
    width: 100%;
    overflow: auto;
    display: block;
    position: relative;
    z-index: 5;
    max-width: 1024px;
    overflow: auto;
    font-size: 0; }
    :where(.calc-scope) .det30-hotspot-image picture::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 5px;
      height: 4px; }
    :where(.calc-scope) .det30-hotspot-image picture::-webkit-scrollbar-thumb {
      appearance: none;
      border-radius: 4px;
      background-color: rgba(0, 114, 206, 0.4);
      transition: background 300ms ease; }
    :where(.calc-scope) .det30-hotspot-image picture:hover::-webkit-scrollbar-thumb {
      background-color: rgba(0, 114, 206, 0.6); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det30-hotspot-image picture {
        max-height: 90vh; } }
  :where(.calc-scope) .det30-hotspot-image img {
    image-rendering: crisp-edges;
    width: auto;
    width: 1024px;
    max-width: 1024px;
    position: relative;
    z-index: 5;
    margin: 0;
    max-height: 527px;
    padding: 0; }
  :where(.calc-scope) .det30-hotspot-image .caption {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 6; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det30-hotspot-image .caption {
        bottom: -40px; } }
  :where(.calc-scope) .det30-hotspot-image .modal {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 170px;
    z-index: 4;
    opacity: 0;
    overflow: hidden;
    transition: opacity 440ms ease-out, z-index 0ms 400ms linear,
 box-shadow 440ms ease-out;
    max-height: 100%;
    /* When modal is active, because user has clicked a link to its ID as the url hash  */
    /* White gradient overlay indicating scroll content */ }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det30-hotspot-image .modal {
        padding: 0 40px; } }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .det30-hotspot-image .modal {
        padding: 0 20px; } }
    :where(.calc-scope) .det30-hotspot-image .modal .close_top {
      top: 6px; }
    :where(.calc-scope) .det30-hotspot-image .modal:target, :where(.calc-scope) .det30-hotspot-image .modal.active {
      z-index: 7;
      opacity: 1;
      transition: opacity 440ms ease-in, z-index 0ms 0ms linear,
 box-shadow 4400ms ease-out;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    :where(.calc-scope) .det30-hotspot-image .modal h3 {
      font-size: 24px;
      line-height: 30px; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det30-hotspot-image .modal h3 {
          font-size: 18px;
          line-height: 24px; } }
    :where(.calc-scope) .det30-hotspot-image .modal .text {
      margin: 17px 0 29px 0;
      max-height: 45%;
      padding-right: 10px;
      padding-bottom: 40px;
      z-index: 10;
      width: 100%;
      overflow: auto; }
      :where(.calc-scope) .det30-hotspot-image .modal .text::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
        height: 4px; }
      :where(.calc-scope) .det30-hotspot-image .modal .text::-webkit-scrollbar-thumb {
        appearance: none;
        border-radius: 4px;
        background-color: rgba(0, 114, 206, 0.4);
        transition: background 300ms ease; }
      :where(.calc-scope) .det30-hotspot-image .modal .text:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 114, 206, 0.6); }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det30-hotspot-image .modal .text {
          font-size: 14px;
          line-height: 26px;
          max-height: 65%; } }
    :where(.calc-scope) .det30-hotspot-image .modal > a:before {
      content: "";
      width: 100vw;
      max-width: 1024px;
      height: 100px;
      z-index: 12;
      display: block;
      position: absolute;
      left: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      transform: translateY(-100%);
      pointer-events: none; }

:where(.calc-scope) .crossBtn {
  position: absolute;
  right: 10px;
  top: 10px; }
  :where(.calc-scope) .crossBtn .c-button.secondary {
    padding: 2px;
    border: none;
    font-size: 30px; }

:where(.calc-scope) .det32-product-intro h2 {
  max-width: 90%;
  margin-bottom: 11px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det32-product-intro h2 {
      margin-bottom: 17px;
      font-size: 24px;
      line-height: 28px; } }

:where(.calc-scope) .det32-product-intro p:first-child {
  margin-top: 10px; }

:where(.calc-scope) .det32-product-intro .c-button {
  margin-top: 50px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det32-product-intro .c-button {
      margin-top: 25px; } }

:where(.calc-scope) .det32-product-intro h3 {
  padding-bottom: 11px;
  text-decoration: none;
  max-width: 90%; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det32-product-intro h3 {
      font-size: 24px;
      padding-bottom: 17px;
      line-height: 28px; } }

:where(.calc-scope) .det32-product-intro .detail p img {
  width: 100%; }

:where(.calc-scope) div.column-control.band > div:first-child {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0; }
  :where(.calc-scope) div.column-control.band > div:first-child div.productIntro, :where(.calc-scope) div.column-control.band > div:first-child div.productLabel {
    padding-top: 30px;
    padding-bottom: 80px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) div.column-control.band > div:first-child div.productLabel {
      padding-bottom: 30px; } }
  :where(.calc-scope) div.column-control.band > div:first-child .col-8 {
    padding-left: 0px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) div.column-control.band > div:first-child .col-8 {
        padding-left: 10px;
        padding-right: 10px; }
        :where(.calc-scope) div.column-control.band > div:first-child .col-8 .productIntro {
          padding-bottom: 0px;
          padding-top: 20px; } }
  :where(.calc-scope) div.column-control.band > div:first-child .col-4 {
    padding-right: 0px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) div.column-control.band > div:first-child .col-4 {
        padding-left: 10px;
        padding-right: 10px; }
        :where(.calc-scope) div.column-control.band > div:first-child .col-4 .productLabel {
          padding-top: 0px; }
          :where(.calc-scope) div.column-control.band > div:first-child .col-4 .productLabel .det34-product-labels {
            margin-top: 0px;
            padding-top: 15px; } }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .productHeader + div.columnControl div.column-control.band > div:first-child .col-8 {
    padding-left: 0;
    padding-right: 0; }
  :where(.calc-scope) .productHeader + div.columnControl div.column-control.band > div:first-child .col-4 {
    padding-left: 0;
    padding-right: 0; } }

:where(.calc-scope) .hro03-product-header {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF; }
  :where(.calc-scope) .hro03-product-header .panel {
    background-color: #004ABF;
    z-index: 1; }
    :where(.calc-scope) .hro03-product-header .panel picture {
      width: 100%;
      height: 320px;
      display: block; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header .panel picture {
          width: 100vw;
          height: 200px; } }
      :where(.calc-scope) .hro03-product-header .panel picture img {
        width: 100%;
        height: 100%; }
        @supports (object-fit: cover) {
          :where(.calc-scope) .hro03-product-header .panel picture img {
            object-fit: cover; } }
  :where(.calc-scope) .hro03-product-header dialog[open] {
    top: 86px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border: none;
    max-width: 80vw;
    margin: 0;
    left: 50%;
    transform: translateX(-50%); }
    :where(.calc-scope) .hro03-product-header dialog[open] .c-button {
      margin-top: 30px; }
    :where(.calc-scope) .hro03-product-header dialog[open]::backdrop {
      background: rgba(0, 0, 0, 0.8); }
    :where(.calc-scope) .hro03-product-header dialog[open] img {
      width: 100%;
      height: auto; }
  :where(.calc-scope) .hro03-product-header dialog[open] + .backdrop {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    opacity: 1;
    display: block; }
  :where(.calc-scope) .hro03-product-header .band-content {
    max-width: 1024px;
    width: 80vw;
    margin: 0 10vw;
    padding-top: 40px;
    padding-bottom: 23px;
    border-bottom: 1px solid #A9B3BD;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    /* <a> */ }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .hro03-product-header .band-content {
        width: 90vw;
        margin: 0 5vw;
        flex-direction: column; } }
    :where(.calc-scope) .hro03-product-header .band-content .product-logo {
      z-index: 5;
      order: 1;
      position: relative;
      overflow: hidden;
      background: #FFFFFF;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -77px; }
      :where(.calc-scope) .hro03-product-header .band-content .product-logo.no-product-logo {
        visibility: hidden; }
      :where(.calc-scope) .hro03-product-header .band-content .product-logo.p-without-image {
        visibility: hidden; }
        @media screen and (min-width: 992px) {
          :where(.calc-scope) .hro03-product-header .band-content .product-logo.p-without-image {
            display: none; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header .band-content .product-logo {
          order: 0;
          width: 132px;
          height: 86px;
          overflow: hidden;
          border-radius: 0px 0px 4px 0px;
          /* Expand icon only visible on mobile */
          /*         &:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          display: block;
          width: 20px;
          height: 20px;
          background: #185EE5 url(toplib/vectors/expand.svg) center center no-repeat;
          background-size: 60%;
        } */ } }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .hro03-product-header .band-content .product-logo {
          width: 241px;
          height: 154px; } }
      :where(.calc-scope) .hro03-product-header .band-content .product-logo img {
        width: 100%;
        max-width: 188px;
        height: auto; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .hro03-product-header .band-content .product-logo img {
            width: 100px; } }
    :where(.calc-scope) .hro03-product-header .band-content .header-text {
      display: inline-block; }
      @media screen and (min-width: 769px) {
        :where(.calc-scope) .hro03-product-header .band-content .header-text {
          max-width: 75%; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header .band-content .header-text {
          margin-top: 25px; } }
    :where(.calc-scope) .hro03-product-header .band-content .product-title sub, :where(.calc-scope) .hro03-product-header .band-content .product-title sup {
      font-size: 50%; }
    :where(.calc-scope) .hro03-product-header .band-content .product-category {
      font-size: 20px;
      line-height: 26px;
      margin-top: 20px; }
      :where(.calc-scope) .hro03-product-header .band-content .product-category .pipe {
        color: #BBBBBB; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header .band-content .product-category {
          font-size: 18px;
          line-height: 24px;
          margin-top: 3px; } }
  :where(.calc-scope) .hro03-product-header.no-panel {
    color: #FFFFFF;
    position: relative; }
    :where(.calc-scope) .hro03-product-header.no-panel .panel {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      min-height: 200px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header.no-panel .panel {
          height: auto;
          min-height: 150px; } }
      :where(.calc-scope) .hro03-product-header.no-panel .panel.line-extended {
        min-height: 200px; }
      :where(.calc-scope) .hro03-product-header.no-panel .panel.extended {
        min-height: 250px; }
    :where(.calc-scope) .hro03-product-header.no-panel .band-content {
      align-items: baseline;
      padding-top: 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header.no-panel .band-content {
          padding-top: 30px; } }
      :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo {
        margin-top: 0;
        transform: translateY(77px); }
        :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo.extended {
          transform: translateY(127px); }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo.extended {
              transform: translateY(177px); } }
        :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo.line-extended {
          transform: translateY(77px); }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo.line-extended {
              transform: translateY(127px); } }
      :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-title {
        color: #FFFFFF; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-title {
            line-height: 40px; } }
        @media screen and (min-width: 470px) {
          :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-title {
            height: 201px;
            display: inline-flex;
            align-items: center; } }
        @media screen and (min-width: 471px) and (max-width: 769px) {
          :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-title {
            height: auto; } }
        @media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
          :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-title {
            height: auto; } }
      :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-category {
        margin-top: 22px;
        color: #000000; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-category {
            margin-top: 100px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .hro03-product-header.no-panel .band-content .product-logo {
          position: absolute;
          right: 0; } }

:where(.calc-scope) .det31-country-selector-dropdown {
  background: #000000;
  color: #FFFFFF;
  /* Style the flag icons in the chosen results */ }
  :where(.calc-scope) .det31-country-selector-dropdown .atm01-header-v1__wrapper h2, :where(.calc-scope) .det31-country-selector-dropdown .atm01-header-v1__wrapper p {
    color: #FFFFFF; }
  :where(.calc-scope) .det31-country-selector-dropdown form {
    display: flex;
    /*  Adjust button to be more flexible  */ }
    :where(.calc-scope) .det31-country-selector-dropdown form fieldset {
      margin-right: 20px;
      margin-bottom: 20px;
      flex-grow: 1;
      width: 100%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det31-country-selector-dropdown form {
        flex-wrap: none;
        flex-direction: column; }
        :where(.calc-scope) .det31-country-selector-dropdown form fieldset {
          margin-right: 0; } }
    :where(.calc-scope) .det31-country-selector-dropdown form .c-button {
      height: 50px;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      justify-content: center;
      white-space: nowrap; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det31-country-selector-dropdown form .c-button {
          width: 100%; } }
    @supports (display: grid) {
      :where(.calc-scope) .det31-country-selector-dropdown form {
        display: grid;
        grid-template-columns: 1fr 1fr min-content;
        align-items: center;
        grid-gap: 20px;
        flex-grow: 0; }
        :where(.calc-scope) .det31-country-selector-dropdown form fieldset {
          margin: 0; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det31-country-selector-dropdown form {
            grid-template-columns: 1fr; } } }
    :where(.calc-scope) .det31-country-selector-dropdown form .countries, :where(.calc-scope) .det31-country-selector-dropdown form .countries + .select2-container {
      display: none; }
    :where(.calc-scope) .det31-country-selector-dropdown form .countries.active, :where(.calc-scope) .det31-country-selector-dropdown form .countries.active + .select2-container {
      display: block; }
    :where(.calc-scope) .det31-country-selector-dropdown form :disabled {
      background: grey;
      opacity: 1; }
  :where(.calc-scope) .det31-country-selector-dropdown .select2-container .select2-results li.flag-icon {
    background-size: 25px 14.5px;
    background-position: 17px center;
    padding-left: 55px;
    background-repeat: no-repeat; }
  :where(.calc-scope) .det31-country-selector-dropdown .select2-container .select2-selection__rendered.flag-icon {
    background-size: 25px 14.5px;
    background-position: 17px center;
    padding-left: 55px;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: normal !important;
    font-size: 14px; }
    :where(.calc-scope) .det31-country-selector-dropdown .select2-container .select2-selection__rendered.flag-icon:before {
      position: absolute; }
  :where(.calc-scope) .det31-country-selector-dropdown .select2-container .select2-results {
    max-height: 600px; }
  :where(.calc-scope) .det31-country-selector-dropdown .chosen-disabled {
    opacity: 1 !important; }
  :where(.calc-scope) .det31-country-selector-dropdown .chosen-disabled a {
    color: #A9B3BD !important; }
  :where(.calc-scope) .det31-country-selector-dropdown .chosen-disabled a:after {
    background: url(toplib/resources/vectors/gray-carot.svg) center center no-repeat !important; }
  :where(.calc-scope) .det31-country-selector-dropdown .c-button:disabled {
    background: #A9B3BD;
    border: 2px solid #A9B3BD; }
  :where(.calc-scope) .det31-country-selector-dropdown fieldset + fieldset .select2-selection__rendered.flag-icon {
    line-height: normal;
    width: 100%; }

:where(.calc-scope) .det31-country-selector-list {
  padding-top: 0;
  /* UL */ }
  :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item {
    margin: 0; }
    :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item ul {
      list-style-type: none; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item ul li {
        list-style-type: none; }
    :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon {
      width: 67px;
      height: 67px;
      display: inline-block;
      background: transparent url(toplib/resources/images/regions-sprite.png) top left no-repeat;
      background-size: auto 67px;
      top: 18px; }
      @supports (display: grid) {
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon {
          top: unset; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon {
          width: 40px;
          height: 40px;
          background-size: auto 40px; } }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.dz {
        background-position: 0px 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.ap {
        background-position: calc(67px * -1) 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.au {
        background-position: calc(67px * -2) 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.eu {
        background-position: calc(67px * -3) 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.la {
        background-position: calc(67px * -4) 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.me {
        background-position: calc(67px * -5) 0px; }
      :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.na {
        background-position: calc(67px * -6) 0px; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.dz {
          background-position: 0px 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.ap {
          background-position: calc(40px * -1) 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.au {
          background-position: calc(40px * -2) 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.eu {
          background-position: calc(40px * -3) 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.la {
          background-position: calc(40px * -4) 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.me {
          background-position: calc(40px * -5) 0px; }
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item .icon.na {
          background-position: calc(40px * -6) 0px; } }
    :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item h3 {
      font-size: 20px;
      padding-right: 1.875rem; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det31-country-selector-list .det01-accordion-list .item h3 {
          font-size: 18px; } }
  :where(.calc-scope) .det31-country-selector-list .countries {
    column-width: 244px;
    column-count: 3;
    column-fill: auto;
    padding-bottom: 13px;
    padding-top: 10px; }
    :where(.calc-scope) .det31-country-selector-list .countries li {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 25px;
      vertical-align: top;
      break-inside: avoid; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        :where(.calc-scope) .det31-country-selector-list .countries li {
          display: inline-block;
          min-width: 230px; } }
      :where(.calc-scope) .det31-country-selector-list .countries li a {
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle; }
        :where(.calc-scope) .det31-country-selector-list .countries li a:hover {
          text-decoration: underline; }
      :where(.calc-scope) .det31-country-selector-list .countries li .flag-icon {
        width: 31px;
        height: 18px;
        vertical-align: middle;
        margin-right: 15px; }
      :where(.calc-scope) .det31-country-selector-list .countries li .languages {
        padding-left: 80px;
        padding-top: 25px; }
        :where(.calc-scope) .det31-country-selector-list .countries li .languages li {
          margin-bottom: 27px; }

:where(.calc-scope) .det3-crop-list .band-content {
  max-width: 850px; }

:where(.calc-scope) .det3-crop-list header {
  margin-bottom: 48px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det3-crop-list header {
      margin-bottom: 24px; } }

:where(.calc-scope) .det3-crop-list .det01-accordion-list .item {
  margin: 0px; }
  :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3 {
    margin-top: 7px;
    padding-right: 30px; }
    @supports (display: grid) {
      :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3 {
        margin-top: 2px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3 {
        font-size: 18px;
        line-height: 24px; } }
    :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3.hide-accordion {
      cursor: default; }
      :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3.hide-accordion:hover {
        text-decoration: none; }
      :where(.calc-scope) .det3-crop-list .det01-accordion-list .item h3.hide-accordion:after {
        display: none; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det3-crop-list .det01-accordion-list .item .item-content p {
      font-size: 14px;
      line-height: 26px; } }

:where(.calc-scope) .det3-crop-list .det01-accordion-list .item img {
  border-radius: 50%;
  max-width: 67px;
  transform: translate(0px);
  z-index: 9; }
  @supports (display: grid) {
    :where(.calc-scope) .det3-crop-list .det01-accordion-list .item img {
      transform: none;
      object-fit: none;
      object-fit: scale-down;
      width: auto;
      max-width: 55px;
      max-height: 55px; } }

:where(.calc-scope) .det3-crop-list .det01-accordion-list .item:before {
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 9; }
  @supports (display: grid) {
    :where(.calc-scope) .det3-crop-list .det01-accordion-list .item:before {
      position: relative;
      top: auto;
      left: auto;
      grid-column: 1;
      grid-row: 1; } }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.orange .has-image.item:before {
  background-color: #FD5404; }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.blue .has-image.item:before {
  background-color: #0072CE; }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.gray .has-image.item:before {
  background-color: #7F7F7F; }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.green .item img {
  filter: invert(100); }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.green .has-image.item:before {
  background-color: #00DC78; }

:where(.calc-scope) .det3-crop-list .det01-accordion-list.icons .item {
  padding-top: 35px;
  padding-bottom: 35px; }
  @supports (display: grid) {
    :where(.calc-scope) .det3-crop-list .det01-accordion-list.icons .item {
      padding-top: 22px;
      padding-bottom: 22px; } }
  :where(.calc-scope) .det3-crop-list .det01-accordion-list.icons .item:first-child {
    padding-top: 0; }
  :where(.calc-scope) .det3-crop-list .det01-accordion-list.icons .item img {
    top: 25px; }

:where(.calc-scope) .det29-product-technical-specs .specs > li {
  border-bottom: 1px solid #A9B3BD;
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det29-product-technical-specs .specs > li {
      flex-direction: column;
      margin-bottom: 15px;
      padding-bottom: 15px; } }
  :where(.calc-scope) .det29-product-technical-specs .specs > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  :where(.calc-scope) .det29-product-technical-specs .specs > li .term {
    flex-basis: 260px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det29-product-technical-specs .specs > li .term {
        flex-basis: auto;
        margin-bottom: 7px; } }
  :where(.calc-scope) .det29-product-technical-specs .specs > li .details {
    width: calc(100% - 260px);
    font-size: 16px;
    line-height: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det29-product-technical-specs .specs > li .details {
        width: auto;
        font-size: 14px;
        line-height: 26px; } }
    :where(.calc-scope) .det29-product-technical-specs .specs > li .details ol {
      list-style-type: decimal;
      list-style-position: outside;
      padding-left: 15px; }
    :where(.calc-scope) .det29-product-technical-specs .specs > li .details p {
      margin-top: -4px; }

:where(.calc-scope) .det29-product-technical-specs .det04-card-related-full-width {
  margin: 30px 0;
  display: block; }
  :where(.calc-scope) .det29-product-technical-specs .det04-card-related-full-width .multimedia {
    width: 100%; }

:where(.calc-scope) .det29-product-technical-specs .rte img, :where(.calc-scope) .det29-product-technical-specs .det16-rich-text-field img {
  margin: 0; }

:where(.calc-scope) .det29-product-technical-specs header {
  margin-bottom: 0; }
  :where(.calc-scope) .det29-product-technical-specs header h2 {
    margin-bottom: 46px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det29-product-technical-specs header h2 {
        margin-bottom: 20px; } }

:where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay {
  position: fixed;
  width: 90vw;
  height: 90vh;
  padding: 8vw 85px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1024px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay {
      padding: 30px; } }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay.active .product-video-title, :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay.active .product-video-description, :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay.active .top-close-btn {
    display: block; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay button:after {
    content: ""; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay .product-video-description {
    text-align: center; }
    :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay .product-video-description p {
      text-align: left; }
    :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay .product-video-description button {
      text-align: left;
      margin: 40px auto; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay #card-related-full-width-video-player {
    height: 50vw;
    width: 100%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay #card-related-full-width-video-player {
        margin-top: 50px; } }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay #card-related-full-width-video-player-S7 {
    width: 100%;
    height: 45vw; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay div#card-related-full-width-video-player {
    height: auto; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay button {
    color: #0072ce; }
  :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay .top-close-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    display: none;
    border: none;
    background: url(toplib/resources/vectors/close.svg) 100% no-repeat;
    color: #0072ce;
    padding-right: 25px;
    outline: 0; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) #card-related-full-width-video-player-container.det20-modal-overlay .top-close-btn {
        display: block; } }

:where(.calc-scope) .product-video-title, :where(.calc-scope) .product-video-description {
  display: none;
  margin: 20px 0;
  color: #000; }

:where(.calc-scope) .product-video-title {
  font-weight: 700; }

:where(.calc-scope) #card-related-full-width-video-player-S7 .product-video-title, :where(.calc-scope) #card-related-full-width-video-player-S7 .product-video-description {
  display: block; }

:where(.calc-scope) .det27-product-efficacy-list {
  background: #0072CE;
  color: #000000;
  /*  Image modal */ }
  :where(.calc-scope) .det27-product-efficacy-list .atm01-header-v1__wrapper h2, :where(.calc-scope) .det27-product-efficacy-list h3 {
    color: #FFFFFF; }
    @media screen and (min-width: 992px) {
      :where(.calc-scope) .det27-product-efficacy-list .atm01-header-v1__wrapper h2, :where(.calc-scope) .det27-product-efficacy-list h3 {
        font-size: 44px;
        line-height: 54px; } }
  :where(.calc-scope) .det27-product-efficacy-list .list-container {
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det27-product-efficacy-list .list-container {
        flex-direction: column; } }
    :where(.calc-scope) .det27-product-efficacy-list .list-container .intro {
      background: #459AFF;
      color: #000000;
      font-size: 24px;
      line-height: 30px;
      padding: 40px;
      flex: 1; }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .intro p {
        font-family: Gilroy, "Arial Black", sans-serif;
        color: #FFFFFF;
        font-size: 24px; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .intro p {
            font-size: 20px;
            line-height: 24px; } }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .intro ul {
        padding-left: 20px; }
        :where(.calc-scope) .det27-product-efficacy-list .list-container .intro ul li {
          list-style-type: disc;
          font-family: Gilroy, "Arial Black", sans-serif;
          color: #FFFFFF;
          font-size: 24px; }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .det27-product-efficacy-list .list-container .intro ul li {
              font-size: 20px;
              line-height: 24px; } }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .intro h4, :where(.calc-scope) .det27-product-efficacy-list .list-container .intro .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .det27-product-efficacy-list .list-container .intro h3 {
        font-family: Gilroy, "Arial Black", sans-serif;
        color: #FFFFFF;
        font-size: 24px; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .intro h4, :where(.calc-scope) .det27-product-efficacy-list .list-container .intro .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .det27-product-efficacy-list .list-container .intro h3 {
            font-size: 20px;
            line-height: 24px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det27-product-efficacy-list .list-container .intro {
          width: 100%;
          font-size: 20px;
          line-height: 24px;
          padding: 23px 30px 30px;
          flex: none; } }
    :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled {
      padding: 25px 40px 50px;
      position: relative;
      flex: 2;
      columns: 2;
      column-gap: 40px; }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled.single {
        columns: 1; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled {
          padding: 23px 30px 50px;
          flex: none; } }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled li {
        height: 85px;
        font-size: 16px;
        line-height: 18px;
        color: #000000;
        display: flex;
        border-bottom: 1px solid #979797;
        align-items: center;
        break-inside: avoid-column; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled li {
            width: 100%;
            font-size: 12px;
            line-height: 14px;
            height: 60px; } }
        :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled li a {
          font-weight: bold; }
          :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled li a:after {
            content: "";
            display: inline-block;
            height: 10px;
            width: 16px;
            background: url(toplib/resources/vectors/view.svg) center center no-repeat;
            background-size: contain;
            margin-left: 8px; }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled aside {
        position: absolute;
        left: 40px;
        bottom: 12px;
        color: #000000;
        font-size: 12px; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .items-controlled aside {
            left: 30px;
            bottom: 8px; } }
    :where(.calc-scope) .det27-product-efficacy-list .list-container .label {
      background: #004ABF;
      color: #000000;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 72px;
      padding: 30px 40px;
      justify-content: space-between; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det27-product-efficacy-list .list-container .label {
          padding: 24px 30px 50px;
          flex-direction: column;
          align-items: flex-start;
          height: auto;
          display: block; } }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) .det27-product-efficacy-list .list-container .label p {
          flex-basis: 65%; } }
      @media screen and (min-width: 992px) {
        :where(.calc-scope) .det27-product-efficacy-list .list-container .label a {
          flex-basis: 35%; } }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .label a, :where(.calc-scope) .det27-product-efficacy-list .list-container .label p {
        font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
        color: #FFFFFF; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .label a, :where(.calc-scope) .det27-product-efficacy-list .list-container .label p {
            line-height: 24px;
            padding-bottom: 19px; } }
      :where(.calc-scope) .det27-product-efficacy-list .list-container .label a {
        font-weight: bold;
        font-size: 14px;
        text-align: right; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list .list-container .label a {
            margin-top: 14px; } }
        :where(.calc-scope) .det27-product-efficacy-list .list-container .label a:after {
          content: "";
          background: url(toplib/resources/vectors/arrow-right-white.svg) center center no-repeat;
          background-size: contain;
          width: 17px;
          height: 10px;
          display: inline-block;
          margin-left: 7px;
          margin-left: 1ch; }
  :where(.calc-scope) .det27-product-efficacy-list dialog[open] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 85px;
    border: none;
    max-width: 1024px;
    width: 95%;
    margin: 0;
    height: 95%;
    overflow: hidden;
    padding-top: 80px;
    overflow-y: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      :where(.calc-scope) .det27-product-efficacy-list dialog[open] {
        height: auto;
        top: 0;
        position: relative; } }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] h3 {
      margin-bottom: 20px; }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] p {
      display: block;
      width: 100%; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .det27-product-efficacy-list dialog[open] {
        padding: 10px;
        padding-top: 80px; } }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] .c-button {
      margin-top: 30px;
      line-height: 0; }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open]::backdrop {
      background: rgba(0, 0, 0, 0.8); }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-header {
      width: 100%; }
      :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-header .c-button.secondary {
        border: none;
        position: absolute;
        right: 12px;
        top: -20px;
        display: none;
        color: #000000; }
        :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-header .c-button.secondary:hover, :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-header .c-button.secondary:focus {
          border: none; }
        @media screen and (min-width: 769px) {
          :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-header .c-button.secondary {
            display: block; } }
    :where(.calc-scope) .det27-product-efficacy-list dialog[open] .modal-heading {
      font-weight: 700;
      margin: 30px 0;
      font-size: 32px;
      width: 100%; }
  :where(.calc-scope) .det27-product-efficacy-list dialog[open] + .backdrop {
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    opacity: 1;
    display: block; }

:where(.calc-scope) .close_top {
  border: none;
  position: absolute;
  right: 40px;
  top: -8px;
  background: url(toplib/resources/vectors/close.svg) center right no-repeat;
  color: #0072CE;
  padding-right: 25px;
  outline: 0; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .close_top {
      right: 10px; } }
  :where(.calc-scope) .close_top:hover {
    background: url(toplib/resources/vectors/close.svg) center right no-repeat; }

.calc-scope.popup_open {
  overflow: hidden; }

:where(.calc-scope) .det28-product-registrations#product-registrations {
  background: linear-gradient(to bottom, #00DC78 259px, white 259px);
  overflow: visible;
  /* List View */ }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .det28-product-registrations#product-registrations {
      background: linear-gradient(to bottom, #00DC78 340px, white 340px); } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det28-product-registrations#product-registrations {
      background: linear-gradient(to bottom, #00DC78 290px, white 290px); } }
  :where(.calc-scope) .det28-product-registrations#product-registrations header .subhead {
    margin-top: 2px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det28-product-registrations#product-registrations header .subhead {
        margin-bottom: 22px; } }
  :where(.calc-scope) .det28-product-registrations#product-registrations .list {
    display: none; }
  :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target nav a:nth-child(1) {
    color: #0072CE;
    border-bottom: none; }
    :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target nav a:nth-child(1):before {
      filter: none; }
  :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target nav a:nth-child(2) {
    color: #000000;
    border-bottom: 4px solid #0072CE; }
    :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target nav a:nth-child(2):before {
      filter: saturate(0); }
  :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target ~ .list {
    display: block; }
  :where(.calc-scope) .det28-product-registrations#product-registrations #list-view:target ~ .map {
    display: none; }
  :where(.calc-scope) .det28-product-registrations#product-registrations .ui {
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    padding: 50px 87px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media screen and (max-width: 992px) {
      :where(.calc-scope) .det28-product-registrations#product-registrations .ui {
        flex-direction: column;
        padding: 25px 30px 0;
        margin-bottom: 40px; } }
    :where(.calc-scope) .det28-product-registrations#product-registrations .ui header h2 {
      margin-bottom: 0; }
    :where(.calc-scope) .det28-product-registrations#product-registrations .ui header {
      width: 80%;
      text-align: left;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui header {
          width: 100%;
          min-height: 85px; } }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui header .subhead {
          font-size: 16px; } }
    :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend {
      width: 20%;
      align-self: center; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend {
          align-self: auto;
          width: auto; } }
      :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend li {
        margin-bottom: 20px;
        height: 20px;
        overflow: hidden; }
      :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend .legend-title {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        display: inline-block;
        vertical-align: super; }
      :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend .legend-swatch {
        width: 20px;
        height: 100%;
        display: inline-block;
        margin-right: 15px; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend .legend-swatch.active {
          background-color: #00DC78; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui .legend .legend-swatch.disable {
          background-color: #E6E8EA; }
    :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav {
      border-top: 1px solid #A9B3BD;
      width: 100%;
      height: 80px;
      display: flex;
      align-items: center;
      margin-top: 30px; }
      @media screen and (max-width: 992px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav {
          height: 60px;
          margin-top: 22px; } }
      :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a {
        margin-right: 40px;
        color: #0072CE;
        font-weight: bold;
        height: 100%;
        display: inline-flex;
        align-items: center;
        /* commented because map view is hidden, */ }
        @media screen and (max-width: 992px) {
          :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a {
            margin-right: 30px; } }
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a:before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 15px;
          /*background: url("toplib/vectors/list-blue.svg") center center no-repeat;*/
          /* commented because map view is hidden,*/
          background: url(toplib/resources/vectors/map-blue.svg) center center no-repeat;
          background-size: contain;
          margin-right: 13px; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a.active {
          color: #000000;
          border-bottom: 4px solid #0072CE; }
          :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a.active:before {
            filter: saturate(0); }
        :where(.calc-scope) .det28-product-registrations#product-registrations .ui nav a:nth-child(2):before {
          background-image: url(toplib/resources/vectors/list-blue.svg); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .det28-product-registrations#product-registrations .list {
      position: relative;
      height: 280px; } }
  :where(.calc-scope) .det28-product-registrations#product-registrations .list ul {
    height: 395px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .det28-product-registrations#product-registrations .list ul {
        width: 100%;
        height: 280px;
        position: absolute;
        overflow-x: auto;
        overflow: auto; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 5px;
          height: 4px; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul::-webkit-scrollbar-thumb {
          appearance: none;
          border-radius: 4px;
          background-color: rgba(0, 114, 206, 0.4);
          transition: background 300ms ease; }
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul:hover::-webkit-scrollbar-thumb {
          background-color: rgba(0, 114, 206, 0.6); } }
    :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
      line-height: calc(26px + 4 * ( (100vw - 769px) / 431));
      font-size: calc(14px + 2 * ( (100vw - 769px) / 431)); }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
          line-height: 26px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
          line-height: 30px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
          font-size: 14px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
          font-size: 16px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .det28-product-registrations#product-registrations .list ul li {
          width: 45%; } }

:where(.calc-scope) #map-d3 {
  overflow: hidden;
  max-width: 1024px;
  margin: auto; }

@media all and (-ms-high-contrast: none) {
  :where(.calc-scope) #map-d3 svg {
    height: 500px; }
  :where(.calc-scope) *::-ms-backdrop, :where(.calc-scope) #map-d3 svg {
    height: 500px; } }

:where(.calc-scope) .con06-label-finder main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  :where(.calc-scope) .con06-label-finder main section, :where(.calc-scope) .con06-label-finder main > div {
    width: 60%; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder main section, :where(.calc-scope) .con06-label-finder main > div {
        width: 100%; } }
  :where(.calc-scope) .con06-label-finder main .sidebar {
    width: calc(40% - 104px); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder main .sidebar {
        width: 100%; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder main {
      flex-direction: column; } }
  :where(.calc-scope) .con06-label-finder main.reverse section, :where(.calc-scope) .con06-label-finder main.reverse > div {
    order: 2; }
  :where(.calc-scope) .con06-label-finder main.reverse .sidebar {
    order: 1; }

:where(.calc-scope) .con06-label-finder header .subhead {
  font-size: 18px;
  line-height: 32px; }

:where(.calc-scope) .con06-label-finder .results-num {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-top: -10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder .results-num {
      text-align: left;
      margin-bottom: 36px; } }

:where(.calc-scope) .con06-label-finder .result {
  margin-top: -10px; }

:where(.calc-scope) .con06-label-finder .sidebar {
  margin-left: 0; }
  :where(.calc-scope) .con06-label-finder .sidebar .atm-search-field div.product-filter-reset {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 30%;
    opacity: 0;
    height: 20px;
    width: 20PX; }
    @supports (display: grid) {
      :where(.calc-scope) .con06-label-finder .sidebar .atm-search-field div.product-filter-reset {
        display: none; } }
  :where(.calc-scope) .con06-label-finder .sidebar .filters-show {
    display: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder .sidebar .filters-show {
        display: block;
        width: 100%; } }
  :where(.calc-scope) .con06-label-finder .sidebar form fieldset {
    margin-bottom: 25px;
    position: relative; }
    :where(.calc-scope) .con06-label-finder .sidebar form fieldset + .product-filter-border {
      border-top: 1px solid #979797;
      margin-top: 38px;
      padding-top: 33px;
      margin-bottom: 40px; }
    :where(.calc-scope) .con06-label-finder .sidebar form fieldset > label:not(.hide) {
      font-size: 13px;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 7px;
      display: block; }
    :where(.calc-scope) .con06-label-finder .sidebar form fieldset .select2-container:nth-of-type(n + 2) {
      margin-top: 15px; }
  :where(.calc-scope) .con06-label-finder .sidebar form .filters-done {
    display: none; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder .sidebar form .filters-done {
        display: inline-block;
        margin-bottom: 30px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder .sidebar form {
      padding-top: 40px;
      position: fixed;
      top: -100vw;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 10;
      background: #FFFFFF;
      padding-left: 5vw;
      padding-right: 5vw;
      opacity: 0;
      pointer-events: none;
      transition: opacity 340ms ease-out, top 340ms ease-out;
      overflow: scroll; }
      :where(.calc-scope) .con06-label-finder .sidebar form.active {
        display: block;
        opacity: 1;
        pointer-events: inherit;
        top: 0; }
      :where(.calc-scope) .con06-label-finder .sidebar form .c-button {
        width: 100%;
        padding: 1rem 1.4375rem; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder .sidebar form select.form-dropdown, :where(.calc-scope) .con06-label-finder .sidebar form select.form-dropdown-filter {
      display: block; }
    :where(.calc-scope) .con06-label-finder .sidebar form .childFilterMapKey {
      margin-top: 10px; } }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .con06-label-finder .sidebar form select.form-dropdown, :where(.calc-scope) .con06-label-finder .sidebar form select.form-dropdown-filter {
      display: none !important; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con06-label-finder .sidebar {
      border-bottom: 1px solid #A9B3BD;
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  :where(.calc-scope) .con06-label-finder .sidebar .select2-container:nth-of-type(n + 2) {
    margin-top: 15px; }
  :where(.calc-scope) .con06-label-finder .sidebar .select2-container .chosen-drop {
    z-index: 1; }

:where(.calc-scope) .con06-label-finder .search-results .c-button {
  margin: 50px auto 0;
  display: inline-block;
  position: relative;
  left: 40%; }
  @supports (max-width: max-content) {
    :where(.calc-scope) .con06-label-finder .search-results .c-button {
      display: block;
      max-width: max-content;
      width: intrinsic;
      /* Safari/WebKit uses a non-standard name */
      width: -moz-max-content;
      width: -webkit-max-content;
      position: static; } }

:where(.calc-scope) .con06-label-finder .search-results .search-result-item {
  border-bottom: 1px solid #A9B3BD;
  margin-bottom: 25px;
  padding-bottom: 23px;
  max-width: 500px; }
  :where(.calc-scope) .con06-label-finder .search-results .search-result-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  :where(.calc-scope) .con06-label-finder .search-results .search-result-item .title {
    color: #0072CE;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: Gilroy, "Arial Black", sans-serif;
    margin-bottom: 8px;
    display: block; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder .search-results .search-result-item .title {
        line-height: 24px; } }
    @media only screen and (min-width: 992px) {
      :where(.calc-scope) .con06-label-finder .search-results .search-result-item .title {
        font-size: 20px; } }
  :where(.calc-scope) .con06-label-finder .search-results .search-result-item .type {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block; }
    :where(.calc-scope) .con06-label-finder .search-results .search-result-item .type::after {
      cotent: '|';
      padding: 0 5px 0 5px; }
  :where(.calc-scope) .con06-label-finder .search-results .search-result-item .description {
    font-size: 14px;
    line-height: 30px; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con06-label-finder .search-results .search-result-item .description {
        line-height: 26px; } }
    @media only screen and (min-width: 992px) {
      :where(.calc-scope) .con06-label-finder .search-results .search-result-item .description {
        font-size: 16px; } }

:where(.calc-scope) .con06-label-finder .childfilter .select2-container {
  margin-top: 15px; }

:where(.calc-scope) .con06-label-finder-help-finding {
  background: #E6E8EA; }
  :where(.calc-scope) .con06-label-finder-help-finding .band-content {
    background: #FFFFFF;
    padding: 80px; }
    :where(.calc-scope) .con06-label-finder-help-finding .band-content header {
      text-align: center; }
    :where(.calc-scope) .con06-label-finder-help-finding .band-content form {
      width: 80%;
      margin: 0 auto; }

:where(.calc-scope) .atm-search-field {
  position: relative;
  display: block; }
  :where(.calc-scope) .atm-search-field input[type="search"] {
    height: 50px;
    width: 100%;
    border: 1px solid #A9B3BD;
    border-radius: 2px;
    padding: 13px 12px 13px 45px;
    font-size: 16px;
    -webkit-appearance: none; }
    :where(.calc-scope) .atm-search-field input[type="search"] + label {
      position: absolute;
      left: 0;
      top: 0;
      height: 50px;
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #000000;
      background: url(toplib/resources/vectors/search.svg) 16px center no-repeat;
      padding-left: 45px;
      background-size: 18px 18px;
      pointer-events: none;
      transition: color 300ms ease; }
    :where(.calc-scope) .atm-search-field input[type="search"]:focus + label, :where(.calc-scope) .atm-search-field input[type="search"].has-text + label {
      color: transparent; }

:where(.calc-scope) .con21-label-finder {
  background: linear-gradient(to bottom, #E6E8EA 200px, #FFFFFF 0); }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con21-label-finder {
      padding-bottom: 50px; } }
  :where(.calc-scope) .con21-label-finder form {
    border-top: 10px solid #00DC78;
    background: #FFFFFF;
    padding: 44px 88px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .con21-label-finder form {
        flex-direction: column;
        padding: 30px 30px 40px; } }
    :where(.calc-scope) .con21-label-finder form h4, :where(.calc-scope) .con21-label-finder form .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con21-label-finder form h3 {
      width: 100%;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 34px;
      text-align: center; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con21-label-finder form h4, :where(.calc-scope) .con21-label-finder form .inner-nav-wrapper .sections section h3, :where(.calc-scope) .inner-nav-wrapper .sections section .con21-label-finder form h3 {
          font-size: 20px;
          line-height: 24px; } }
      :where(.calc-scope) .con21-label-finder form h4 p, :where(.calc-scope) .con21-label-finder form .inner-nav-wrapper .sections section h3 p, :where(.calc-scope) .inner-nav-wrapper .sections section .con21-label-finder form h3 p {
        font-size: 24px;
        font-family: Gilroy, "Arial Black", sans-serif; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con21-label-finder form h4 p, :where(.calc-scope) .con21-label-finder form .inner-nav-wrapper .sections section h3 p, :where(.calc-scope) .inner-nav-wrapper .sections section .con21-label-finder form h3 p {
            font-size: 20px;
            line-height: 25px; } }
    :where(.calc-scope) .con21-label-finder form fieldset {
      flex-basis: 38%;
      position: relative;
      /* Reset button */ }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con21-label-finder form fieldset {
          flex-basis: 100%;
          margin-bottom: 20px;
          -ms-flex-preferred-size: 50px; }
          :where(.calc-scope) .con21-label-finder form fieldset:first-of-type {
            -ms-flex-preferred-size: 88px; } }
      :where(.calc-scope) .con21-label-finder form fieldset input[type="search"] {
        height: 50px;
        width: 100%;
        border: 1px solid #A9B3BD;
        border-radius: 2px;
        padding: 0 45px;
        color: #000000;
        -webkit-appearance: none; }
        :where(.calc-scope) .con21-label-finder form fieldset input[type="search"] + label {
          position: absolute;
          left: 0;
          top: 0;
          height: 50px;
          display: flex;
          align-items: center;
          font-size: 13px;
          color: #000000;
          background: url(toplib/resources/vectors/search.svg) 16px center no-repeat;
          padding-left: 45px;
          background-size: 18px 18px;
          pointer-events: none;
          transition: color 300ms ease; }
        :where(.calc-scope) .con21-label-finder form fieldset input[type="search"]:focus + label, :where(.calc-scope) .con21-label-finder form fieldset input[type="search"].has-text + label {
          color: transparent; }
        :where(.calc-scope) .con21-label-finder form fieldset input[type="search"]::-ms-clear {
          display: none; }
        :where(.calc-scope) .con21-label-finder form fieldset input[type="search"]:has-text ~ .reset {
          opacity: 1;
          pointer-events: initial;
          right: 12px; }
      :where(.calc-scope) .con21-label-finder form fieldset ::-webkit-search-cancel-button {
        /* Remove IE default X */
        display: none; }
      :where(.calc-scope) .con21-label-finder form fieldset .reset {
        height: 18px;
        width: 18px;
        background: url(toplib/resources/vectors/close-black.svg) center center no-repeat;
        cursor: pointer;
        transition: all 300ms ease;
        font-size: 0;
        top: 16px;
        position: absolute;
        right: 20px;
        bottom: 18px;
        pointer-events: none;
        opacity: 0; }
      :where(.calc-scope) .con21-label-finder form fieldset select {
        width: 100%;
        text-transform: capitalize; }
      :where(.calc-scope) .con21-label-finder form fieldset p {
        margin-top: 0.6875rem; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con21-label-finder form fieldset p {
            text-align: center; } }
        :where(.calc-scope) .con21-label-finder form fieldset p a {
          font-weight: bold; }
          @media screen and (max-width: 769px) {
            :where(.calc-scope) .con21-label-finder form fieldset p a {
              font-size: 13px; } }
    :where(.calc-scope) .con21-label-finder form.is-hover:not(.is-active) {
      overflow: inherit; }
      :where(.calc-scope) .con21-label-finder form.is-hover:not(.is-active) .submit {
        opacity: 1;
        transform: translateX(0);
        transition: transform 300ms 100ms ease; }
        :where(.calc-scope) .con21-label-finder form.is-hover:not(.is-active) .submit:hover {
          transform: translateX(0) scale(1.2);
          transition-delay: 0; }
    :where(.calc-scope) .con21-label-finder form.is-active .reset {
      opacity: 1;
      pointer-events: inherit; }
    :where(.calc-scope) .con21-label-finder form .c-button {
      width: 20%;
      height: 50px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      padding: 0; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con21-label-finder form .c-button {
          width: 100%; } }
      :where(.calc-scope) .con21-label-finder form .c-button:after {
        height: 50px; }
      :where(.calc-scope) .con21-label-finder form .c-button:disabled {
        background: #A9B3BD;
        border: #A9B3BD; }
        :where(.calc-scope) .con21-label-finder form .c-button:disabled:after {
          top: 0;
          background: #A9B3BD;
          border: #A9B3BD; }
    :where(.calc-scope) .con21-label-finder form.label-finder > h2 {
      width: 100%;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 34px;
      text-align: center; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .con21-label-finder form.label-finder > h2 {
          font-size: 20px;
          line-height: 24px; } }
      :where(.calc-scope) .con21-label-finder form.label-finder > h2 p {
        font-size: 24px;
        font-family: Gilroy, "Arial Black", sans-serif; }
        @media screen and (max-width: 769px) {
          :where(.calc-scope) .con21-label-finder form.label-finder > h2 p {
            font-size: 20px;
            line-height: 24px; } }
  :where(.calc-scope) .con21-label-finder .results {
    margin-top: 70px;
    color: #000000; }
  :where(.calc-scope) .con21-label-finder .label-finder .twitter-typeahead {
    width: 100%; }
    :where(.calc-scope) .con21-label-finder .label-finder .twitter-typeahead .label-finder-search {
      background: url(toplib/resources/vectors/search.svg) 16px no-repeat;
      color: #000000;
      font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
      font-size: 13px; }
      :where(.calc-scope) .con21-label-finder .label-finder .twitter-typeahead .label-finder-search::placeholder {
        color: #000000; }
      :where(.calc-scope) .con21-label-finder .label-finder .twitter-typeahead .label-finder-search:focus {
        outline: 2px solid #0072CE;
        transition-delay: 0ms;
        background-position: -22px;
        padding-left: 15px; }
  :where(.calc-scope) .con21-label-finder .con21-label-finder-content {
    margin-bottom: 50px; }
    :where(.calc-scope) .con21-label-finder .con21-label-finder-content h2 {
      margin-bottom: 20px; }
    :where(.calc-scope) .con21-label-finder .con21-label-finder-content h3 {
      margin-bottom: 13px;
      font-size: 25px; }
    :where(.calc-scope) .con21-label-finder .con21-label-finder-content ul {
      margin: 20px 0; }
      :where(.calc-scope) .con21-label-finder .con21-label-finder-content ul li {
        margin-bottom: 10px; }
        :where(.calc-scope) .con21-label-finder .con21-label-finder-content ul li a {
          font-size: 18px;
          display: inline-block;
          font-weight: 700; }
          @media screen and (min-width: 769px) {
            :where(.calc-scope) .con21-label-finder .con21-label-finder-content ul li a {
              padding: 10px 10px 10px 30px; } }
        :where(.calc-scope) .con21-label-finder .con21-label-finder-content ul li p {
          padding: 10px 10px 10px 30px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .con21-label-finder .det01-accordion-list {
      padding-left: 0;
      padding-right: 0; } }
  :where(.calc-scope) .con21-label-finder .det01-accordion-list .item {
    padding-bottom: 40px;
    padding-top: 40px; }
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .item:last-child {
      border-bottom: 1px solid #A9B3BD; }
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .item h3 {
      padding-right: 50px; }
  @media screen and (min-width: 769px) {
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .item-content {
      padding-left: 30px; } }
  :where(.calc-scope) .con21-label-finder .det01-accordion-list .label-content {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .label-content a {
      font-weight: 800;
      font-size: 18px; }
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .label-content p {
      margin-top: 0;
      font-weight: 800;
      word-wrap: break-word;
      margin: 0; }
    :where(.calc-scope) .con21-label-finder .det01-accordion-list .label-content:last-child {
      border-bottom: none; }
  :where(.calc-scope) .con21-label-finder .no-result {
    padding: 0 20px;
    word-wrap: break-word; }
  :where(.calc-scope) .con21-label-finder-error {
    padding: 20px;
    margin-bottom: 40px;
    border: 3px solid #FF0000;
    font-weight: bold; }
  :where(.calc-scope) .con21-label-finder .con21-label-finder-noresults {
    margin-top: 50px; }
  :where(.calc-scope) .con21-label-finder .chosen-container {
    text-transform: capitalize; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    :where(.calc-scope) .con21-label-finder .chosen-container .chosen-search-input {
      display: none; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    :where(.calc-scope) .con21-label-finder .chosen-container .chosen-search-input {
      display: block; } }
  :where(.calc-scope) .con21-label-finder .select-product-form {
    min-height: 80px; }
  :where(.calc-scope) .con21-label-finder .placeholderproductlabel {
    text-transform: capitalize; }
  :where(.calc-scope) .con21-label-finder .select-state .chosen-single span {
    font-size: 13px;
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: normal; }

:where(.calc-scope) .productLabelFinder + .aem-wrap--rich-text .band {
  padding: 0 10vw 40px 10vw;
  max-width: none; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .productLabelFinder + .aem-wrap--rich-text .band {
      padding: 0 5vw 40px 5vw; } }
  :where(.calc-scope) .productLabelFinder + .aem-wrap--rich-text .band .band-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0; }

:where(.calc-scope) .con21-label-finder form.other-countries-states fieldset {
  flex-basis: 77%; }

:where(.calc-scope) .right-rail-link-list {
  padding-top: 25px; }
  :where(.calc-scope) .right-rail-link-list .right-rails {
    padding-bottom: 24px;
    border-top: 5px solid #00DC78; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .right-rail-link-list .right-rails {
        padding-top: 14px;
        padding-bottom: 14px; } }
    :where(.calc-scope) .right-rail-link-list .right-rails .title {
      margin-top: 24px; }
  :where(.calc-scope) .right-rail-link-list .right-rails h2, :where(.calc-scope) .right-rail-link-list .product-data h2 {
    font-size: calc(20px + 0 * ( (100vw - 769px) / 431));
    line-height: calc(26px + 0 * ( (100vw - 769px) / 431));
    margin-bottom: 24px;
    margin-top: 0;
    color: #000000;
    font-weight: 800;
    text-transform: capitalize; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .right-rail-link-list .right-rails h2, :where(.calc-scope) .right-rail-link-list .product-data h2 {
        font-size: 20px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .right-rail-link-list .right-rails h2, :where(.calc-scope) .right-rail-link-list .product-data h2 {
        font-size: 20px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .right-rail-link-list .right-rails h2, :where(.calc-scope) .right-rail-link-list .product-data h2 {
        line-height: 26px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .right-rail-link-list .right-rails h2, :where(.calc-scope) .right-rail-link-list .product-data h2 {
        line-height: 26px; } }
  :where(.calc-scope) .right-rail-link-list .product-list {
    padding-bottom: 13px;
    overflow: hidden;
    max-width: 328px;
    width: 100%;
    border-bottom: 1px solid #A9B3BD; }
    :where(.calc-scope) .right-rail-link-list .product-list .product-item {
      margin-bottom: 15px;
      float: left;
      width: 47.2%;
      max-width: 155px;
      position: relative; }
      :where(.calc-scope) .right-rail-link-list .product-list .product-item:nth-child(even) {
        margin-left: 5.6%; }
      :where(.calc-scope) .right-rail-link-list .product-list .product-item a {
        padding: 4px;
        border: 1px solid #A9B3BD;
        position: relative;
        width: 100%;
        display: block;
        padding-bottom: 96%; }
        :where(.calc-scope) .right-rail-link-list .product-list .product-item a:hover {
          border: 1px solid transparent;
          box-shadow: 0 0 0 5px #0072CE inset; }
        :where(.calc-scope) .right-rail-link-list .product-list .product-item a[href='javascript:void(0)']:hover {
          border: 1px solid #A9B3BD;
          box-shadow: none;
          cursor: default; }
        :where(.calc-scope) .right-rail-link-list .product-list .product-item a[target=_blank]:hover::after {
          width: 16px;
          height: 16px;
          content: '';
          background: url(toplib/resources/vectors/link-out-maroon.svg) 0 0 no-repeat;
          position: absolute;
          bottom: 17px;
          right: 17px; }
      :where(.calc-scope) .right-rail-link-list .product-list .product-item img {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 80%; }
  :where(.calc-scope) .right-rail-link-list .product-data {
    padding-top: 25px;
    padding-bottom: 4px;
    border-bottom: 1px solid #A9B3BD; }
    :where(.calc-scope) .right-rail-link-list .product-data h2 {
      margin-bottom: 15px; }
    :where(.calc-scope) .right-rail-link-list .product-data p {
      font-size: calc(14px + 0 * ( (100vw - 769px) / 431));
      line-height: calc(26px + 0 * ( (100vw - 769px) / 431));
      margin-bottom: 8px;
      color: #000000; }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .right-rail-link-list .product-data p {
          font-size: 14px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .right-rail-link-list .product-data p {
          font-size: 14px; } }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .right-rail-link-list .product-data p {
          line-height: 26px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .right-rail-link-list .product-data p {
          line-height: 26px; } }
  :where(.calc-scope) .right-rail-link-list .internal, :where(.calc-scope) .right-rail-link-list .download, :where(.calc-scope) .right-rail-link-list .external {
    font-size: calc(14px + 0 * ( (100vw - 769px) / 431));
    line-height: calc(20px + 0 * ( (100vw - 769px) / 431));
    padding-right: 30px;
    margin-bottom: 21px;
    color: #0072CE;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: block; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .right-rail-link-list .internal, :where(.calc-scope) .right-rail-link-list .download, :where(.calc-scope) .right-rail-link-list .external {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .right-rail-link-list .internal, :where(.calc-scope) .right-rail-link-list .download, :where(.calc-scope) .right-rail-link-list .external {
        font-size: 14px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .right-rail-link-list .internal, :where(.calc-scope) .right-rail-link-list .download, :where(.calc-scope) .right-rail-link-list .external {
        line-height: 20px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .right-rail-link-list .internal, :where(.calc-scope) .right-rail-link-list .download, :where(.calc-scope) .right-rail-link-list .external {
        line-height: 20px; } }
    :where(.calc-scope) .right-rail-link-list .internal:after, :where(.calc-scope) .right-rail-link-list .download:after, :where(.calc-scope) .right-rail-link-list .external:after {
      position: absolute;
      margin-top: 5px;
      content: '';
      background: url(toplib/resources/vectors/right_link_arrow.svg) 0 0 no-repeat;
      width: 30px;
      height: 12px;
      margin-left: 12px; }
    :where(.calc-scope) .right-rail-link-list .internal:hover:after, :where(.calc-scope) .right-rail-link-list .download:hover:after, :where(.calc-scope) .right-rail-link-list .external:hover:after {
      background: url(toplib/resources/vectors/right_link_arrow-hover.svg) 0 0 no-repeat; }
  :where(.calc-scope) .right-rail-link-list .download:after {
    margin-top: 3px;
    background: url(toplib/resources/vectors/download-b.svg) 0 0 no-repeat;
    height: 15px; }
  :where(.calc-scope) .right-rail-link-list .download:hover:after {
    background: url(toplib/resources/vectors/download-b-hover.svg) 0 0 no-repeat; }
  :where(.calc-scope) .right-rail-link-list .external:after {
    margin-top: 3px;
    background: url(toplib/resources/vectors/link-out-maroon.svg) 0 0 no-repeat;
    height: 15px; }
  :where(.calc-scope) .right-rail-link-list .external:hover:after {
    background: url(toplib/resources/vectors/link-out-maroon-hover.svg) 0 0 no-repeat; }

:where(.calc-scope) .chart-container-content {
  position: relative;
  margin: 0 auto;
  max-width: 1024px; }

:where(.calc-scope) .chart-title {
  font-size: calc(32px + 12 * ( (100vw - 769px) / 431));
  line-height: calc(54px + 6 * ( (100vw - 769px) / 431));
  margin-bottom: 2.5rem;
  font-family: Gilroy, "Arial Black", sans-serif;
  font-weight: 800;
  text-align: center; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .chart-title {
      font-size: 32px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) .chart-title {
      font-size: 44px; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .chart-title {
      line-height: 54px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) .chart-title {
      line-height: 60px; } }

:where(.calc-scope) .chart {
  font-size: calc(14px + 2 * ( (100vw - 769px) / 431));
  height: auto;
  max-width: 1024px;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif;
  display: flex; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .chart {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    :where(.calc-scope) .chart {
      font-size: 16px; } }

:where(.calc-scope) .chart-graph {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  :where(.calc-scope) .chart-graph .chart-row, :where(.calc-scope) .chart-graph .chart-header {
    width: 100%;
    display: flex;
    flex-direction: row; }
    :where(.calc-scope) .chart-graph .chart-row .chart-label, :where(.calc-scope) .chart-graph .chart-header .chart-label {
      position: relative;
      margin-right: 20px;
      word-wrap: break-word;
      word-break: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      line-height: calc(16px + 7 * ( (100vw - 769px) / 431)); }
      @media screen and (max-width: 769px) {
        :where(.calc-scope) .chart-graph .chart-row .chart-label, :where(.calc-scope) .chart-graph .chart-header .chart-label {
          line-height: 16px; } }
      @media screen and (min-width: 1200px) {
        :where(.calc-scope) .chart-graph .chart-row .chart-label, :where(.calc-scope) .chart-graph .chart-header .chart-label {
          line-height: 23px; } }
      :where(.calc-scope) .chart-graph .chart-row .chart-label span, :where(.calc-scope) .chart-graph .chart-header .chart-label span {
        /*position: absolute;
        top: 50%;
        transform: translateY(-50%);*/ }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar, :where(.calc-scope) .chart-graph .chart-header .chart-bar {
      width: 80%;
      display: flex;
      flex-direction: row;
      height: 27px; }
  :where(.calc-scope) .chart-graph .chart-bar-box, :where(.calc-scope) .chart-graph .x-label {
    margin: 0;
    display: inline-block;
    width: 11.1111%;
    height: inherit; }
  :where(.calc-scope) .chart-graph .chart-row {
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-1 {
      opacity: .21; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-2 {
      opacity: .38; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-3 {
      opacity: .5; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-4 {
      opacity: .6; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-5 {
      opacity: .65; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-6 {
      opacity: .7; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-7 {
      opacity: .78; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-8 {
      opacity: .86; }
    :where(.calc-scope) .chart-graph .chart-row .chart-bar-box-9 {
      opacity: 1; }
  :where(.calc-scope) .chart-graph .chart-header {
    font-size: calc(12px + 1 * ( (100vw - 769px) / 431));
    line-height: calc(18px + 2 * ( (100vw - 769px) / 431));
    margin-bottom: 0.9375rem;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .chart-graph .chart-header {
        font-size: 12px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .chart-graph .chart-header {
        font-size: 13px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .chart-graph .chart-header {
        line-height: 18px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .chart-graph .chart-header {
        line-height: 20px; } }

:where(.calc-scope) .chart-sidebar {
  height: inherit; }
  :where(.calc-scope) .chart-sidebar-content {
    border-collapse: collapse;
    border: 0; }
    :where(.calc-scope) .chart-sidebar-content tr {
      height: 42px; }
      @media only screen and (min-width: 992px) {
        :where(.calc-scope) .chart-sidebar-content tr:first-child td {
          padding-top: 0; } }
    :where(.calc-scope) .chart-sidebar-content td {
      border-width: 0 0 1px 0;
      border-bottom: 1px solid #979797; }
    :where(.calc-scope) .chart-sidebar-content .bold {
      font-weight: bold;
      text-align: right; }

:where(.calc-scope) .chart-disclaimer {
  min-height: 70px;
  height: auto;
  width: 100%;
  background-color: #5B0D23; }
  :where(.calc-scope) .chart-disclaimer div {
    font-size: calc(14px + 2 * ( (100vw - 769px) / 431));
    line-height: calc(25px + 5 * ( (100vw - 769px) / 431));
    height: inherit;
    font-family: "Helvetica Neue", "Neue Helvetica", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .chart-disclaimer div {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .chart-disclaimer div {
        font-size: 16px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .chart-disclaimer div {
        line-height: 25px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .chart-disclaimer div {
        line-height: 30px; } }
    :where(.calc-scope) .chart-disclaimer div p {
      color: #FFFFFF; }
  :where(.calc-scope) .chart-disclaimer a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline; }

:where(.calc-scope) .chart-container.maroon {
  background-color: #0072CE; }
  :where(.calc-scope) .chart-container.maroon .chart-bar-box {
    background-color: #FFFFFF; }
  :where(.calc-scope) .chart-container.maroon .chart-title, :where(.calc-scope) .chart-container.maroon .chart-graph {
    color: #FFFFFF; }
  :where(.calc-scope) .chart-container.maroon .chart-sidebar {
    border-left: none; }
  :where(.calc-scope) .chart-container.maroon .chart-graph {
    background-color: #004ABF; }

:where(.calc-scope) .chart-container.gray {
  background-color: #EEEEEE; }
  :where(.calc-scope) .chart-container.gray .chart-bar-box {
    background-color: #0072CE; }
  :where(.calc-scope) .chart-container.gray .chart-title, :where(.calc-scope) .chart-container.gray .chart-graph {
    color: #000000; }
  :where(.calc-scope) .chart-container.gray .chart-graph {
    background-color: #FFFFFF; }

:where(.calc-scope) .chart-container.white {
  background-color: #FFFFFF; }
  :where(.calc-scope) .chart-container.white .chart-bar-box {
    background-color: #0072CE; }
  :where(.calc-scope) .chart-container.white .chart-title, :where(.calc-scope) .chart-container.white .chart-graph {
    color: #000000; }
  :where(.calc-scope) .chart-container.white .chart-graph {
    background-color: #FFFFFF; }

:where(.calc-scope) .chart-container.disclaimer .chart-disclaimer {
  display: block; }

:where(.calc-scope) .chart-container.sidebar .chart-sidebar {
  display: block; }

:where(.calc-scope) .chart-container.no-sidebar .chart-sidebar {
  display: none; }

@media only screen and (max-width: 992px) {
  :where(.calc-scope) .chart {
    flex-direction: column; }
  :where(.calc-scope) .chart-graph {
    padding: 2.5rem 1.875rem 0.625rem; }
    :where(.calc-scope) .chart-graph .chart-label {
      min-width: 80px;
      max-width: 100px;
      width: 20%; }
  :where(.calc-scope) .chart-sidebar {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
    border-top: 1px solid #979797; }
    :where(.calc-scope) .chart-sidebar-content {
      margin: 0 1.875rem;
      width: calc(100% - 60px); }
  :where(.calc-scope) .chart-disclaimer div {
    padding: 1.5625rem 0;
    margin: 0 1.875rem; } }

@media only screen and (min-width: 992px) {
  :where(.calc-scope) .chart-container.sidebar .chart-graph {
    width: 65%; }
  :where(.calc-scope) .chart-container.no-sidebar .chart-graph {
    width: 100%; }
  :where(.calc-scope) .chart {
    flex-direction: row; }
  :where(.calc-scope) .chart-graph {
    padding: 3.125rem 3.125rem 1.25rem; }
    :where(.calc-scope) .chart-graph .chart-label {
      min-width: 30%;
      max-width: 170px; }
  :where(.calc-scope) .chart-sidebar {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    border-left: 1px solid #979797;
    width: 35%; }
    :where(.calc-scope) .chart-sidebar-content {
      width: 76%;
      margin: 0 12%; }
  :where(.calc-scope) .chart-disclaimer div {
    padding: 1.25rem 0;
    margin: 0 3.125rem; } }

:where(.calc-scope) .hybrid-table-container {
  position: relative; }
  :where(.calc-scope) .hybrid-table-container h2 {
    font-size: calc(24px + 8 * ( (100vw - 769px) / 431));
    line-height: calc(28px + 8 * ( (100vw - 769px) / 431)); }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .hybrid-table-container h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .hybrid-table-container h2 {
        font-size: 32px; } }
    @media screen and (max-width: 769px) {
      :where(.calc-scope) .hybrid-table-container h2 {
        line-height: 28px; } }
    @media screen and (min-width: 1200px) {
      :where(.calc-scope) .hybrid-table-container h2 {
        line-height: 36px; } }
  :where(.calc-scope) .hybrid-table-container .hybrid-table {
    border: none;
    max-width: 1500px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    margin: auto;
    table-layout: fixed; }
  :where(.calc-scope) .hybrid-table-container .hybrid-title-band {
    padding-bottom: 1.875rem;
    display: flex;
    align-items: center; }
  :where(.calc-scope) .hybrid-table-container .hybrid-table-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #E6E8EA;
    z-index: -1; }
  :where(.calc-scope) .hybrid-table-container .title-icon {
    height: 72px;
    width: 72px; }
  :where(.calc-scope) .hybrid-table-container picture + h2 {
    padding-left: 1.25rem; }
  :where(.calc-scope) .hybrid-table-container .arrow-container {
    padding-left: 0.625rem;
    display: flex;
    flex-direction: column; }
    :where(.calc-scope) .hybrid-table-container .arrow-container-up, :where(.calc-scope) .hybrid-table-container .arrow-container-down {
      background: url(toplib/resources/vectors/down-arrow.svg);
      width: 8px;
      height: 6px;
      background-repeat: no-repeat;
      cursor: pointer; }
    :where(.calc-scope) .hybrid-table-container .arrow-container-up {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    :where(.calc-scope) .hybrid-table-container .arrow-container-down {
      margin-top: 0.3125rem; }
  :where(.calc-scope) .hybrid-table-container .sort-arrow {
    margin-bottom: 0.1875rem;
    width: 8px;
    height: 5.6px;
    display: block; }
  :where(.calc-scope) .hybrid-table-container td, :where(.calc-scope) .hybrid-table-container th {
    padding-right: 0.9375rem; }
  :where(.calc-scope) .hybrid-table-container tbody td:first-child, :where(.calc-scope) .hybrid-table-container thead th:first-child {
    padding-left: 20px; }
  :where(.calc-scope) .hybrid-table-container thead {
    border-bottom: none; }
  :where(.calc-scope) .hybrid-table-container thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 168px; }
  :where(.calc-scope) .hybrid-table-container th.header-mobile, :where(.calc-scope) .hybrid-table-container th.header-tablet, :where(.calc-scope) .hybrid-table-container th.header-desktop {
    border: none;
    border-right: 0 solid #000000;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Helvetica', 'Arial', sans-serif;
    border-radius: 0;
    font-size: 14px; }
  :where(.calc-scope) .hybrid-table-container .th-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  :where(.calc-scope) .hybrid-table-container .header-text {
    max-width: 82%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: auto; }
  :where(.calc-scope) .hybrid-table-container th.header-desktop > .arrow-container {
    margin-left: -2%; }
  :where(.calc-scope) .hybrid-table-container th.header-desktop:nth-child(7) > .arrow-container, :where(.calc-scope) .hybrid-table-container th.header-desktop:nth-child(9) > .arrow-container {
    margin-left: -12%; }
  :where(.calc-scope) .hybrid-table-container tbody td {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  :where(.calc-scope) .hybrid-table-container .table-cell, :where(.calc-scope) .hybrid-table-container .table-cell-desktop, :where(.calc-scope) .hybrid-table-container .table-cell-tablet {
    font-size: 14px;
    line-height: 26px;
    border: none; }
  :where(.calc-scope) .hybrid-table-container .table-row {
    border: none;
    color: #0072CE;
    font-family: 'Gilroy', 'Helvetica Neue', 'Neue Helvetica', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px; }
    :where(.calc-scope) .hybrid-table-container .table-row a {
      font-family: 'Gilroy', 'Helvetica Neue', 'Neue Helvetica', 'Helvetica', 'Arial', sans-serif;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer; }
  :where(.calc-scope) .hybrid-table-container .body-cell-value {
    order: 2; }
  :where(.calc-scope) .hybrid-table-container .new-label {
    order: 1;
    color: #000000; }
  :where(.calc-scope) .hybrid-table-container .table-body-row {
    border-bottom: 1px solid #AAAAAA; }
    :where(.calc-scope) .hybrid-table-container .table-body-row:last-child {
      border-bottom: none; }
  :where(.calc-scope) .hybrid-table-container .table-body-row:hover {
    background-color: rgba(244, 124, 6, 0.2); }
  @media only screen and (max-width: 769px) {
    :where(.calc-scope) .hybrid-table-container thead th {
      top: 60px; }
    :where(.calc-scope) .hybrid-table-container th.header-mobile, :where(.calc-scope) .hybrid-table-container th.header-tablet, :where(.calc-scope) .hybrid-table-container th.header-desktop {
      min-width: initial; }
    :where(.calc-scope) .hybrid-table-container th.header-tablet {
      display: none; }
    :where(.calc-scope) .hybrid-table-container th.header-desktop {
      display: none; }
    :where(.calc-scope) .hybrid-table-container .table-cell-tablet {
      display: none; }
    :where(.calc-scope) .hybrid-table-container .table-cell-desktop {
      display: none; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    :where(.calc-scope) .hybrid-table-container th.header-mobile, :where(.calc-scope) .hybrid-table-container th.header-tablet, :where(.calc-scope) .hybrid-table-container th.header-desktop {
      min-width: initial; }
    :where(.calc-scope) .hybrid-table-container th.header-tablet {
      display: table-cell; }
    :where(.calc-scope) .hybrid-table-container th.header-desktop {
      display: none; }
    :where(.calc-scope) .hybrid-table-container .table-cell-desktop {
      display: none; }
    :where(.calc-scope) .hybrid-table-container .table-desk-tablet {
      display: table-cell !important; } }

:where(.calc-scope) .repsearch .results-wrapper {
  margin-top: 1.25rem; }

:where(.calc-scope) .findRep .component-body {
  padding-top: 4.375rem; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .findRep .component-body {
      padding-top: 1.875rem; } }

:where(.calc-scope) .findRep .header .title {
  margin-bottom: 1.25rem; }

:where(.calc-scope) .findRep .header .desc {
  margin-bottom: 1.25rem; }

@media screen and (max-width: 769px) {
  :where(.calc-scope) .findRep .header .title {
    margin-bottom: 0.1875rem; }
  :where(.calc-scope) .findRep .header .desc {
    margin-bottom: 1.25rem; } }

:where(.calc-scope) .findRep .results-wrapper .row {
  display: flex;
  flex-wrap: wrap; }

:where(.calc-scope) .findRep .results-wrapper .col {
  margin-bottom: 1.875rem;
  padding-left: 0;
  padding-right: 0;
  flex-basis: 33.33%; }
  :where(.calc-scope) .findRep .results-wrapper .col li {
    padding-right: 12px; }
  @media screen and (max-width: 992px) {
    :where(.calc-scope) .findRep .results-wrapper .col {
      flex-basis: 50%; } }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .findRep .results-wrapper .col {
      flex-basis: 100%; } }

:where(.calc-scope) .findRep .results-wrapper .results-row {
  margin-bottom: 0; }

:where(.calc-scope) .findRep .results-wrapper .phone-link {
  color: #000000; }

:where(.calc-scope) .findRep .results-wrapper .footer {
  display: flex;
  align-items: center;
  justify-content: center; }
  :where(.calc-scope) .findRep .results-wrapper .footer .load-more-button {
    padding: 1.125rem 1.875rem;
    display: none; }

:where(.calc-scope) .findRep .results-error {
  display: none; }

:where(.calc-scope) .find-rep-form {
  margin-bottom: 3.125rem; }
  :where(.calc-scope) .find-rep-form .row {
    margin-bottom: 5px; }
    :where(.calc-scope) .find-rep-form .row .no-pad-left {
      position: relative; }
      :where(.calc-scope) .find-rep-form .row .no-pad-left .reset-search {
        background: url(toplib/resources/vectors/close-black.svg) center center no-repeat;
        position: absolute;
        display: inline-block;
        top: 50%;
        right: 25px;
        width: 18px;
        height: 18px;
        transform: translateY(-50%); }
  :where(.calc-scope) .find-rep-form .location-input-label {
    margin-bottom: 0.3125rem;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize; }
  :where(.calc-scope) .find-rep-form .location-input {
    height: 53px;
    font-size: 14px;
    padding: calc(0.9375rem - 1px);
    padding-right: calc(2.5 * 0.9375rem);
    border: 1px solid #A9B3BD;
    border-radius: 2px;
    outline: none; }
    :where(.calc-scope) .find-rep-form .location-input::-ms-clear {
      display: none; }
    :where(.calc-scope) .find-rep-form .location-input.invalid {
      color: #CC3602;
      border: 1px solid #CC3602; }
  :where(.calc-scope) .find-rep-form .invalid-location-error {
    display: none;
    color: #CC3602;
    font-size: 14px;
    font-weight: bold; }
  :where(.calc-scope) .find-rep-form .submit-button {
    padding: 0.9375rem 1.875rem;
    height: 52px;
    border: none;
    text-transform: capitalize; }
    :where(.calc-scope) .find-rep-form .submit-button::after {
      height: 52px; }
  @media screen and (max-width: 769px) {
    :where(.calc-scope) .find-rep-form {
      margin-bottom: 1.875rem; }
      :where(.calc-scope) .find-rep-form .col-submit-button {
        margin-top: 0.625rem;
        padding-left: 0; } }

:where(.calc-scope) .sitemap a {
  font-size: 16px; }

:where(.calc-scope) .sitemap-title {
  margin-bottom: 30px; }

:where(.calc-scope) .sitemap-list .first-child {
  font-weight: 700;
  display: block;
  margin: 5px 0; }

:where(.calc-scope) .sitemap-list ul > li > ul {
  padding-left: 20px;
  padding-bottom: 20px;
  display: block; }
  :where(.calc-scope) .sitemap-list ul > li > ul > li {
    line-height: 25px;
    list-style: disc;
    margin: 5px 0 5px 20px; }
    :where(.calc-scope) .sitemap-list ul > li > ul > li ul > li {
      list-style: circle; }

/* Base theme patch (moved from html/body) */
:where(.calc-scope){
  font-family: "Helvetica Neue","Neue Helvetica",Helvetica,Arial,sans-serif;
  font-smoothing: antialiased;
  osx-font-smoothing: grayscale;
  min-height: 100vh;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  margin: 0;
  height: auto;
  background-color: #FFFFFF;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #000000;
}
